Class CassandraEndpointBuilderFactory.CassandraHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.CassandraEndpointBuilderFactory.CassandraHeaderNameBuilder
- Enclosing interface:
- CassandraEndpointBuilderFactory
The builder of headers' name for the Cassandra CQL component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncqlQuery()The CQL query to execute.The resume action to execute when resuming.
-
Constructor Details
-
CassandraHeaderNameBuilder
public CassandraHeaderNameBuilder()
-
-
Method Details
-
cqlQuery
The CQL query to execute. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
CqlQuery.
-
cqlResumeAction
The resume action to execute when resuming. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
CqlResumeAction.
-