| Package | Description |
|---|---|
| net.formicary.remoterun.embed | |
| net.formicary.remoterun.embed.callback |
| Modifier and Type | Method and Description |
|---|---|
AgentConnectionCallback |
RemoteRunMaster.getCallback()
Get the registered callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteRunMaster.setCallback(AgentConnectionCallback callback) |
| Constructor and Description |
|---|
RemoteRunMaster(AgentConnectionCallback callback)
The same as new RemoteRunMaster(Executors.newCachedThreadPool(), Executors.newCachedThreadPool(), callback).
|
RemoteRunMaster(Executor bossExecutor,
Executor workerExecutor,
AgentConnectionCallback callback)
Creates a new RemoteRunMaster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAgentConnectionCallback
Convenience class to avoid having to implement all methods in AgentConnectionCallback.
|
Copyright © 2016 Formicary. All rights reserved.