Package | Description |
---|---|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
Modifier and Type | Method and Description |
---|---|
static ConnectorConfig.Type |
ConnectorConfig.Type.fromString(String symbol)
Returns type enum from string representation.
|
ConnectorConfig.Type |
ConnectorConfig.getType()
Gets the connector type.
|
static ConnectorConfig.Type |
ConnectorConfig.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorConfig.Type[] |
ConnectorConfig.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectorConfig.setType(ConnectorConfig.Type type)
Sets the connector type.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.