Interface RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
RocketMQEndpointBuilderFactory.RocketMQEndpointBuilder
- Enclosing interface:
- RocketMQEndpointBuilderFactory
public static interface RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilderBuilder for endpoint consumers for the RocketMQ component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilderaccessKey(String accessKey)Access key for RocketMQ ACL.default RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilderadvanced()default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilderconsumerGroup(String consumerGroup)Consumer group name.default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuildernamesrvAddr(String namesrvAddr)Name server address of RocketMQ cluster.default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuildersecretKey(String secretKey)Secret key for RocketMQ ACL.default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuildersubscribeTags(String subscribeTags)Subscribe tags of consumer.
-
-
-
Method Detail
-
advanced
default RocketMQEndpointBuilderFactory.AdvancedRocketMQEndpointConsumerBuilder advanced()
-
namesrvAddr
default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilder namesrvAddr(String namesrvAddr)
Name server address of RocketMQ cluster. The option is a: <code>java.lang.String</code> type. Default: localhost:9876 Group: common- Parameters:
namesrvAddr- the value to set- Returns:
- the dsl builder
-
consumerGroup
default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilder consumerGroup(String consumerGroup)
Consumer group name. The option is a: <code>java.lang.String</code> type. Group: consumer- Parameters:
consumerGroup- the value to set- Returns:
- the dsl builder
-
subscribeTags
default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilder subscribeTags(String subscribeTags)
Subscribe tags of consumer. Multiple tags could be split by , such as TagATagB. The option is a: <code>java.lang.String</code> type. Default: * Group: consumer- Parameters:
subscribeTags- the value to set- Returns:
- the dsl builder
-
accessKey
default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilder accessKey(String accessKey)
Access key for RocketMQ ACL. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
accessKey- the value to set- Returns:
- the dsl builder
-
secretKey
default RocketMQEndpointBuilderFactory.RocketMQEndpointConsumerBuilder secretKey(String secretKey)
Secret key for RocketMQ ACL. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
secretKey- the value to set- Returns:
- the dsl builder
-
-