5960616263646566676869
DockerOperation operation = configuration.getOperation(); switch (operation) { case EVENTS: return new DockerEventsConsumer(this, processor); default: throw new DockerException(operation + " is not a valid consumer operation"); } }