public class MaestroCollectorExecutor extends AbstractMaestroExecutor
| Constructor and Description |
|---|
MaestroCollectorExecutor(String url)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Collect the messages received in background
|
MaestroCollector |
getCollector() |
void |
stop()
Stops the executor
|
getMaestroPeer, run, start, startpublic MaestroCollectorExecutor(String url) throws MaestroConnectionException
url - Maestro broker URLMaestroConnectionException - if unable to connect to the Maestro brokerpublic void clear()
public void stop()
AbstractMaestroExecutorstop in class AbstractMaestroExecutorpublic MaestroCollector getCollector()
This documentation was released into the public domain.