Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder
Packages that use IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder
-
Uses of IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.igniteMessaging(String path) Ignite Messaging (camel-ignite) Send and receive messages from an Ignite topic.StaticEndpointBuilders.igniteMessaging(String componentName, String path) Ignite Messaging (camel-ignite) Send and receive messages from an Ignite topic. -
Uses of IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilderModifier and TypeMethodDescriptionIgniteMessagingEndpointBuilderFactory.AdvancedIgniteMessagingEndpointBuilder.basic()IgniteMessagingEndpointBuilderFactory.endpointBuilder(String componentName, String path) IgniteMessagingEndpointBuilderFactory.IgniteMessagingBuilders.igniteMessaging(String path) Ignite Messaging (camel-ignite) Send and receive messages from an Ignite topic.IgniteMessagingEndpointBuilderFactory.IgniteMessagingBuilders.igniteMessaging(String componentName, String path) Ignite Messaging (camel-ignite) Send and receive messages from an Ignite topic.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.