public class SimulatorFlowBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
SimulatorExecutor |
build()
get a new instance of simulatorExecutor
|
<T> SimulatorFlowBuilder |
configure(ConfigurationExecutor<T> configurationExecutor)
Set the configurationExecutor of flow builder
|
static SimulatorFlowBuilder |
flow()
Get a new flow builder
|
<T> SimulatorFlowBuilder |
message(MessageFactory<T> messageFactory)
Set the messageFactory of flow builder
|
<T> SimulatorFlowBuilder |
publish(Publisher<T> publisher)
Set the publisher of flow builder
|
public static SimulatorFlowBuilder flow()
public <T> SimulatorFlowBuilder message(MessageFactory<T> messageFactory)
T - the type of the messagemessageFactory - the messageFactory of flow builderpublic <T> SimulatorFlowBuilder publish(Publisher<T> publisher)
T - the type of the simulationpublisher - the publisher of flow builderpublic <T> SimulatorFlowBuilder configure(ConfigurationExecutor<T> configurationExecutor)
T - the type of the simulationconfigurationExecutor - the configurationExecutor of flow builderpublic SimulatorExecutor build()
Copyright © 2020. All rights reserved.