| Package | Description |
|---|---|
| com.hotels.styx.common |
| Modifier and Type | Method and Description |
|---|---|
StateMachine<S> |
StateMachine.Builder.build()
Builds a new state-machine with on the configuration provided to this builder.
|
| Constructor and Description |
|---|
AbstractEventProcessor(StateMachine<S> stateMachine,
BiConsumer<Throwable,S> errorHandler,
String loggingPrefix) |
QueueDrainingEventProcessor(StateMachine<S> stateMachine,
BiConsumer<Throwable,S> errorHandler,
String loggingPrefix)
Constructs a new instance.
|
Copyright © 2013–2018 Hotels.com. All rights reserved.