public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
MessageLog |
commandLog() |
CommandLogMode |
commandLogMode() |
CommandProcessor |
commandProcessor() |
static Context |
configure() |
DuplicateHandler |
duplicateHandler() |
List<Step> |
dutyCycleExtraSteps(ExecutionType executionType) |
EventApplier |
eventApplier() |
MessageLog |
eventLog() |
ExceptionHandler |
exceptionHandler() |
IdleStrategy |
idleStrategy() |
List<Input> |
inputs() |
Logger.Factory |
loggerFactory() |
Output |
output() |
List<Plugin.Configuration> |
plugins() |
ThreadFactory |
threadFactory() |
TimeSource |
timeSource() |
static Configuration |
validate(Configuration configuration) |
CommandProcessor commandProcessor()
EventApplier eventApplier()
Output output()
MessageLog commandLog()
CommandLogMode commandLogMode()
MessageLog eventLog()
TimeSource timeSource()
ExceptionHandler exceptionHandler()
DuplicateHandler duplicateHandler()
Logger.Factory loggerFactory()
IdleStrategy idleStrategy()
List<Step> dutyCycleExtraSteps(ExecutionType executionType)
ThreadFactory threadFactory()
List<Plugin.Configuration> plugins()
static Context configure()
static Configuration validate(Configuration configuration)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.