| Modifier and Type | Method and Description |
|---|---|
DataEndpointAgent |
AgentHolder.getDataEndpointAgent(String type) |
DataEndpointAgent |
AgentHolder.getDefaultDataEndpointAgent()
Returns the default agent,and the first element in the data.agent.config.yaml
is taken as default data publisher type.
|
static AgentHolder |
AgentHolder.getInstance() |
| Constructor and Description |
|---|
DataEndpointAgent(AgentConfiguration agentConfiguration) |
DataPublisher(String receiverURLSet,
String username,
String password)
Creates the DataPublisher instance for a specific user, and the it creates
connection asynchronously to receiver endpoint.
|
DataPublisher(String type,
String receiverURLSet,
String authURLSet,
String username,
String password)
Creates the DataPublisher instance for a specific user, and the it creates
connection asynchronously to receiver endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
AbstractClientPoolFactory.createClient(String protocol,
String hostName,
int port)
Make a connection to the receiver and return the client.
|
Object |
AbstractClientPoolFactory.makeObject(Object key) |
| Modifier and Type | Method and Description |
|---|---|
static DataAgentsConfiguration |
DataAgentConfigurationFileResolver.resolveAndSetDataAgentConfiguration(LinkedHashMap dataAgentConfigurationHashMap) |
| Modifier and Type | Method and Description |
|---|---|
Object |
BinarySecureClientPoolFactory.createClient(String protocol,
String hostName,
int port) |
Object |
BinaryClientPoolFactory.createClient(String protocol,
String hostName,
int port) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ThriftClientPoolFactory.createClient(String protocol,
String hostName,
int port) |
Object |
ThriftSecureClientPoolFactory.createClient(String protocol,
String hostName,
int port) |
Copyright © 2017 WSO2. All rights reserved.