| Package | Description |
|---|---|
| org.maestro.agent.base | |
| org.maestro.client.exchange | |
| org.maestro.inspector.base | |
| org.maestro.worker.common | |
| org.maestro.worker.common.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
MaestroAgent
Agent for handle extension points.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaestroCollector
An specialized peer that is used on the front-end side of the code
to collect messages published on front-end related topics
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractMaestroPeer<? extends MaestroNote> |
AbstractMaestroExecutor.getMaestroPeer()
Get the Maestro peer
|
| Constructor and Description |
|---|
AbstractMaestroExecutor(AbstractMaestroPeer<? extends MaestroNote> maestroPeer)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
InspectorManager |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentWorkerManager
A specialized worker manager that can manage concurrent test workers (ie.: senders/receivers)
|
class |
MaestroWorkerManager
A base worker class that implements the most basic worker functionality
|
| Constructor and Description |
|---|
MaestroWorkerExecutor(AbstractMaestroPeer<MaestroEvent<MaestroEventListener>> maestroPeer,
MaestroDataServer dataServer) |
This documentation was released into the public domain.