T - the type of element in Configuration Executor@FunctionalInterface public interface ConfigurationExecutor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(MessageFactory<T> messageFactory,
Publisher<T> publisher)
configure an execution of simulation
|
void execute(MessageFactory<T> messageFactory, Publisher<T> publisher)
messageFactory - the factory of the messagespublisher - the publisher of the messageCopyright © 2020. All rights reserved.