public abstract class AbstractHandler extends Object implements AgentEndpoint
| Constructor and Description |
|---|
AbstractHandler() |
| Modifier and Type | Method and Description |
|---|---|
MaestroClient |
getClient()
Get maestro client
|
MaestroNote |
getNote()
Get maestro note
|
WorkerOptions |
getWorkerOptions()
Gets the worker options
|
void |
setMaestroClient(MaestroClient client)
Sets the content of the client associated with the external endpoint.
|
void |
setMaestroNote(MaestroNote note)
Sets the content of the note associated with the external endpoint
|
void |
setWorkerOptions(WorkerOptions workerOptions)
Sets the worker options
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlepublic void setMaestroNote(MaestroNote note)
setMaestroNote in interface AgentEndpointnote - the notepublic MaestroNote getNote()
getNote in interface AgentEndpointpublic void setMaestroClient(MaestroClient client)
setMaestroClient in interface AgentEndpointclient - the maestro clientpublic MaestroClient getClient()
getClient in interface AgentEndpointpublic void setWorkerOptions(WorkerOptions workerOptions)
setWorkerOptions in interface AgentEndpointworkerOptions - the worker optionspublic WorkerOptions getWorkerOptions()
getWorkerOptions in interface AgentEndpointThis documentation was released into the public domain.