public interface Context
Context input(int id, Input.Poller poller)
Output output()
PeekableMessageLog<Command> commandLog()
Context commandLog(PeekableMessageLog<Command> commandLog)
MessageLog<Event> eventLog()
Context eventLog(MessageLog<Event> eventLog)
TimeSource timeSource()
Context timeSource(TimeSource timeSource)
ExceptionHandler exceptionHandler()
Context exceptionHandler(ExceptionHandler exceptionHandler)
DuplicateHandler duplicateHandler()
Context duplicateHandler(DuplicateHandler duplicateHandler)
IdleStrategy idleStrategy()
Context idleStrategy(IdleStrategy idleStrategy)
ThreadFactory threadFactory()
Context threadFactory(ThreadFactory threadFactory)
Context validateAndPopulateDefaults()
static Context create()
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.