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
public MaestroCollectorExecutor(String url) throws MaestroConnectionException
url
- Maestro broker URLMaestroConnectionException
- if unable to connect to the Maestro brokerpublic void clear()
public void stop()
AbstractMaestroExecutor
stop
in class AbstractMaestroExecutor
public MaestroCollector getCollector()
This documentation was released into the public domain.