@Deprecated public class TeaAgent extends InternalTeaAgent
TeaAgent agent = new TeaAgent("HelloWorldAgent", "1.0", "Hellow World Agent");
agent.registerInstance(new HelloWorldAgent());
TeaAgentServer server = new TeaAgentServer(agent, 1234, "/helloworldagent");
server.start();
| Constructor and Description |
|---|
TeaAgent(String name,
String version,
String agentInfo)
Deprecated.
Construct a TeaAgent instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Deprecated.
Initialize the TeaAgent to start accepting requests
|
addEventListener, disableIndex, getAgentDispatcher, getMetricsRegistry, getNotificationService, getProtocol, registerInstance, registerInstances, registerResourceLocation, registerSolution, registerSolutions, setEventNotificationBatchSize, setEventNotificationInterval, setProtocol, setTibcoHome, unregisterSolution, unregisterSolutions, withDocumentation, withProductExtensionCopyright © 2015 Cloud Software Group, Inc.. All Rights Reserved.