Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder
-
Uses of IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder 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.IgniteMessagingEndpointProducerBuilderModifier and TypeMethodDescriptionIgniteMessagingEndpointBuilderFactory.AdvancedIgniteMessagingEndpointProducerBuilder.basic()IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder.sendMode(String sendMode) The send mode to use.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder.sendMode(org.apache.camel.component.ignite.messaging.IgniteMessagingSendMode sendMode) The send mode to use.The timeout for the send operation when using ordered messages.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder.timeout(String timeout) The timeout for the send operation when using ordered messages.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointProducerBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.