Class CometdEndpointBuilderFactory.CometdHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.CometdEndpointBuilderFactory.CometdHeaderNameBuilder
- Enclosing interface:
- CometdEndpointBuilderFactory
The builder of headers' name for the CometD component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe clientId of the session.The subscription.
-
Constructor Details
-
CometdHeaderNameBuilder
public CometdHeaderNameBuilder()
-
-
Method Details
-
cometdClientId
The clientId of the session. The option is a:Stringtype. Group: common- Returns:
- the name of the header
CometdClientId.
-
subscription
The subscription. The option is a:Stringtype. Group: common- Returns:
- the name of the header
subscription.
-