public static interface CometdEndpointBuilderFactory.CometdBuilders
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
default 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.
|
default 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.
|
default 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.default 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.default CometdEndpointBuilderFactory.CometdEndpointBuilder cometd(String scheme, String path)
Apache Camel