Interface HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointBuilder
- Enclosing interface:
- HazelcastTopicEndpointBuilderFactory
public static interface HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilderBuilder for endpoint consumers for the Hazelcast Topic component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default HazelcastTopicEndpointBuilderFactory.AdvancedHazelcastTopicEndpointConsumerBuilderadvanced()default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderbridgeErrorHandler(boolean bridgeErrorHandler)Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderbridgeErrorHandler(String bridgeErrorHandler)Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderdefaultOperation(String defaultOperation)To specify a default operation to use, if no operation header has been provided.default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderdefaultOperation(HazelcastTopicEndpointBuilderFactory.HazelcastOperation defaultOperation)To specify a default operation to use, if no operation header has been provided.default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderhazelcastInstance(Object hazelcastInstance)The hazelcast instance reference which can be used for hazelcast endpoint.default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderhazelcastInstance(String hazelcastInstance)The hazelcast instance reference which can be used for hazelcast endpoint.default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderhazelcastInstanceName(String hazelcastInstanceName)The hazelcast instance reference name which can be used for hazelcast endpoint.default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderreliable(boolean reliable)Define if the endpoint will use a reliable Topic struct or not.default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilderreliable(String reliable)Define if the endpoint will use a reliable Topic struct or not.
-
-
-
Method Detail
-
advanced
default HazelcastTopicEndpointBuilderFactory.AdvancedHazelcastTopicEndpointConsumerBuilder advanced()
-
defaultOperation
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder defaultOperation(HazelcastTopicEndpointBuilderFactory.HazelcastOperation defaultOperation)
To specify a default operation to use, if no operation header has been provided. The option is a: <code>org.apache.camel.component.hazelcast.HazelcastOperation</code> type. Group: common- Parameters:
defaultOperation- the value to set- Returns:
- the dsl builder
-
defaultOperation
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder defaultOperation(String defaultOperation)
To specify a default operation to use, if no operation header has been provided. The option will be converted to a <code>org.apache.camel.component.hazelcast.HazelcastOperation</code> type. Group: common- Parameters:
defaultOperation- the value to set- Returns:
- the dsl builder
-
hazelcastInstance
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder hazelcastInstance(Object hazelcastInstance)
The hazelcast instance reference which can be used for hazelcast endpoint. The option is a: <code>com.hazelcast.core.HazelcastInstance</code> type. Group: common- Parameters:
hazelcastInstance- the value to set- Returns:
- the dsl builder
-
hazelcastInstance
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder hazelcastInstance(String hazelcastInstance)
The hazelcast instance reference which can be used for hazelcast endpoint. The option will be converted to a <code>com.hazelcast.core.HazelcastInstance</code> type. Group: common- Parameters:
hazelcastInstance- the value to set- Returns:
- the dsl builder
-
hazelcastInstanceName
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder hazelcastInstanceName(String hazelcastInstanceName)
The hazelcast instance reference name which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
hazelcastInstanceName- the value to set- Returns:
- the dsl builder
-
reliable
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder reliable(boolean reliable)
Define if the endpoint will use a reliable Topic struct or not. The option is a: <code>boolean</code> type. Default: false Group: common- Parameters:
reliable- the value to set- Returns:
- the dsl builder
-
reliable
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder reliable(String reliable)
Define if the endpoint will use a reliable Topic struct or not. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Parameters:
reliable- the value to set- Returns:
- the dsl builder
-
bridgeErrorHandler
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a: <code>boolean</code> type. Default: false Group: consumer- Parameters:
bridgeErrorHandler- the value to set- Returns:
- the dsl builder
-
bridgeErrorHandler
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to a <code>boolean</code> type. Default: false Group: consumer- Parameters:
bridgeErrorHandler- the value to set- Returns:
- the dsl builder
-
-