Interface HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointConsumerBuilder

    • Method Detail

      • 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​(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
      • 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