Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder
-
Uses of IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Ignite Messaging component.Methods in org.apache.camel.builder.endpoint.dsl that return IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilderModifier and TypeMethodDescriptionIgniteMessagingEndpointBuilderFactory.AdvancedIgniteMessagingEndpointConsumerBuilder.basic()IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.