| Package | Description |
|---|---|
| com.lanzini.configurationexecutor | |
| com.lanzini.core | |
| com.lanzini.simulatorexecutor |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationExecutorTemplate.executeWithMessages(int threads,
int messages,
long delay,
MessageFactory<T> messageFactory,
Publisher<T> publisher)
Execute a multi-threading simulation with a number of threads, messages and delay intra messages
|
void |
ConfigurationExecutorTemplate.executeWithTimeRangeMinutes(int threads,
int timeRangeMinutes,
long delay,
MessageFactory<T> messageFactory,
Publisher<T> publisher)
Execute a multi-threading simulation with a number of threads, a duration of simulation in terms of minutes and
a delay intra messages
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationExecutor.execute(MessageFactory<T> messageFactory,
Publisher<T> publisher)
configure an execution of simulation
|
| Modifier and Type | Method and Description |
|---|---|
<T> SimulatorFlowBuilder |
SimulatorFlowBuilder.message(MessageFactory<T> messageFactory)
Set the messageFactory of flow builder
|
Copyright © 2020. All rights reserved.