Interface IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointConsumerBuilder, org.apache.camel.EndpointConsumerResolver
    Enclosing interface:
    IgniteEventsEndpointBuilderFactory

    public static interface IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder
    extends org.apache.camel.builder.EndpointConsumerBuilder
    Builder for endpoint for the Ignite Events component.
    • Method Detail

      • bridgeErrorHandler

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder 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: boolean type. Default: false Group: consumer
      • bridgeErrorHandler

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder 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 boolean type. Default: false Group: consumer
      • events

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder events​(String events)
        The event types to subscribe to as a comma-separated string of event constants as defined in EventType. For example: EVT_CACHE_ENTRY_CREATED,EVT_CACHE_OBJECT_REMOVED,EVT_IGFS_DIR_CREATED. The option is a: java.lang.String type. Default: EVTS_ALL Group: consumer
      • propagateIncomingBodyIfNoReturnValue

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder propagateIncomingBodyIfNoReturnValue​(boolean propagateIncomingBodyIfNoReturnValue)
        Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void. The option is a: boolean type. Default: true Group: consumer
      • propagateIncomingBodyIfNoReturnValue

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder propagateIncomingBodyIfNoReturnValue​(String propagateIncomingBodyIfNoReturnValue)
        Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void. The option will be converted to a boolean type. Default: true Group: consumer
      • treatCollectionsAsCacheObjects

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder treatCollectionsAsCacheObjects​(boolean treatCollectionsAsCacheObjects)
        Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc. The option is a: boolean type. Default: false Group: consumer
      • treatCollectionsAsCacheObjects

        default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder treatCollectionsAsCacheObjects​(String treatCollectionsAsCacheObjects)
        Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc. The option will be converted to a boolean type. Default: false Group: consumer