public interface AgentEndpoint
Modifier and Type | Method and Description |
---|---|
MaestroClient |
getClient()
Get the content of the client associated with the external endpoint.
|
MaestroNote |
getNote()
Get the content of the note associated with the external endpoint.
|
WorkerOptions |
getWorkerOptions()
Gets the worker options
|
Object |
handle()
The main method executed by the endpoint.
|
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
|
Object handle()
void setMaestroNote(MaestroNote note)
note
- the noteMaestroNote getNote()
void setMaestroClient(MaestroClient client)
client
- the maestro clientMaestroClient getClient()
void setWorkerOptions(WorkerOptions workerOptions)
workerOptions
- the worker optionsWorkerOptions getWorkerOptions()
This documentation was released into the public domain.