public interface Context extends Configuration
commandLog, commandLogMode, commandProcessor, duplicateHandler, dutyCycleExtraSteps, eventApplier, eventLog, exceptionHandler, idleStrategy, inputs, output, plugins, threadFactory, timeSourceContext commandProcessor(CommandProcessor commandProcessor)
Context eventApplier(EventApplier eventApplier)
Context commandLog(MessageLog commandLog)
Context commandLogMode(CommandLogMode mode)
Context eventLog(MessageLog eventLog)
Context timeSource(TimeSource timeSource)
Context exceptionHandler(ExceptionHandler exceptionHandler)
Context duplicateHandler(DuplicateHandler duplicateHandler)
Context idleStrategy(IdleStrategy idleStrategy)
Context threadFactory(ThreadFactory threadFactory)
<P> Context plugin(Plugin<P> plugin, Supplier<? extends P> pluginStateProvider, Consumer<? super P> pluginStateAware)
Context validateAndPopulateDefaults()
static Context create()
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.