@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface CometdEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CometdEndpointBuilderFactory.AdvancedCometdEndpointBuilder
Advanced builder for endpoint for the CometD component.
|
static interface |
CometdEndpointBuilderFactory.AdvancedCometdEndpointConsumerBuilder
Advanced builder for endpoint consumers for the CometD component.
|
static interface |
CometdEndpointBuilderFactory.AdvancedCometdEndpointProducerBuilder
Advanced builder for endpoint producers for the CometD component.
|
static interface |
CometdEndpointBuilderFactory.CometdBuilders |
static interface |
CometdEndpointBuilderFactory.CometdEndpointBuilder
Builder for endpoint for the CometD component.
|
static interface |
CometdEndpointBuilderFactory.CometdEndpointConsumerBuilder
Builder for endpoint consumers for the CometD component.
|
static interface |
CometdEndpointBuilderFactory.CometdEndpointProducerBuilder
Builder for endpoint producers for the CometD component.
|
| Modifier and Type | Method and Description |
|---|---|
static CometdEndpointBuilderFactory.CometdEndpointBuilder |
cometd(String path)
CometD (camel-cometd)
The cometd component is a transport for working with the Jetty
implementation of the cometd/bayeux protocol.
|
static CometdEndpointBuilderFactory.CometdEndpointBuilder |
cometd(String scheme,
String path)
CometD (camel-cometd)
The cometd component is a transport for working with the Jetty
implementation of the cometd/bayeux protocol.
|
static CometdEndpointBuilderFactory.CometdEndpointBuilder |
cometds(String path)
CometD (Secure) (camel-cometd)
The cometd component is a transport for working with the Jetty
implementation of the cometd/bayeux protocol.
|
static CometdEndpointBuilderFactory.CometdEndpointBuilder cometd(String path)
cometd:host:port/channelName
Path parameter: host (required)
Hostname
Path parameter: port (required)
Host port number
Path parameter: channelName (required)
The channelName represents a topic that can be subscribed to by the Camel
endpoints.static CometdEndpointBuilderFactory.CometdEndpointBuilder cometds(String path)
cometds:host:port/channelName
Path parameter: host (required)
Hostname
Path parameter: port (required)
Host port number
Path parameter: channelName (required)
The channelName represents a topic that can be subscribed to by the Camel
endpoints.static CometdEndpointBuilderFactory.CometdEndpointBuilder cometd(String scheme, String path)
Apache Camel