Package | Description |
---|---|
org.apache.camel.component.twitter | |
org.apache.camel.component.twitter.data |
Modifier and Type | Method and Description |
---|---|
EndpointType |
TwitterEndpointPolling.getEndpointType()
Deprecated.
|
EndpointType |
TwitterEndpointEvent.getEndpointType()
Deprecated.
|
EndpointType |
TwitterEndpointDirect.getEndpointType()
Deprecated.
|
EndpointType |
TwitterEndpoint.getEndpointType()
Deprecated.
|
EndpointType |
AbstractTwitterEndpoint.getEndpointType() |
EndpointType |
TwitterConfiguration.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TwitterConfiguration.setType(EndpointType type)
Endpoint type to use.
|
Modifier and Type | Method and Description |
---|---|
static EndpointType |
EndpointType.fromString(String uri) |
static EndpointType |
EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointType[] |
EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel