Package | Description |
---|---|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
Modifier and Type | Method and Description |
---|---|
ConnectionValidationPolicyConfig |
ConnectorConfig.addConnectionValidationPolicy(String name)
Add a new connection validation policy for the connector.
|
ConnectionValidationPolicyConfig |
ConnectorConfig.getConnectionValidationPolicy(String name)
Get a named connection validation policy that belongs to the connector.
|
ConnectionValidationPolicyConfig |
ConnectorConfig.removeConnectionValidationPolicy(String name)
Remove a named connection validation policy.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionValidationPolicyConfig> |
ConnectorConfig.getConnectionValidationPolicies()
Get the connection validation policies defined for the connector.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionValidationPolicyConfig> |
Client.getConnectionValidationPolicies()
Get the list of connection validation policies that are configured for
the connector of this client.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Client.canConnect(ConnectionValidationPolicyConfig policy)
Performs tests to check to see if the client is valid for the
specified policy
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.