Interface HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder

    • Method Detail

      • defaultOperation

        default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder defaultOperation​(org.apache.camel.component.hazelcast.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 HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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 HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder hazelcastInstance​(com.hazelcast.core.HazelcastInstance 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 HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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 HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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 HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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 HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder 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
      • queueConsumerMode

        default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder queueConsumerMode​(org.apache.camel.component.hazelcast.queue.HazelcastQueueConsumerMode queueConsumerMode)
        Define the Queue Consumer mode: Listen or Poll. The option is a: <code>org.apache.camel.component.hazelcast.queue.HazelcastQueueConsumerMode</code> type. Default: Listen Group: consumer
        Parameters:
        queueConsumerMode - the value to set
        Returns:
        the dsl builder
      • queueConsumerMode

        default HazelcastQueueEndpointBuilderFactory.HazelcastQueueEndpointConsumerBuilder queueConsumerMode​(String queueConsumerMode)
        Define the Queue Consumer mode: Listen or Poll. The option will be converted to a <code>org.apache.camel.component.hazelcast.queue.HazelcastQueueConsumerMode</code> type. Default: Listen Group: consumer
        Parameters:
        queueConsumerMode - the value to set
        Returns:
        the dsl builder