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, wait
handle
public void setMaestroNote(MaestroNote note)
setMaestroNote
in interface AgentEndpoint
note
- the notepublic MaestroNote getNote()
getNote
in interface AgentEndpoint
public void setMaestroClient(MaestroClient client)
setMaestroClient
in interface AgentEndpoint
client
- the maestro clientpublic MaestroClient getClient()
getClient
in interface AgentEndpoint
public void setWorkerOptions(WorkerOptions workerOptions)
setWorkerOptions
in interface AgentEndpoint
workerOptions
- the worker optionspublic WorkerOptions getWorkerOptions()
getWorkerOptions
in interface AgentEndpoint
This documentation was released into the public domain.