Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder
Packages that use IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder
-
Uses of IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.igniteEvents(String path) Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener.StaticEndpointBuilders.igniteEvents(String componentName, String path) Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener. -
Uses of IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilderModifier and TypeMethodDescriptionIgniteEventsEndpointBuilderFactory.AdvancedIgniteEventsEndpointBuilder.basic()IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.clusterGroupExpression(String clusterGroupExpression) The cluster group expression.IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.clusterGroupExpression(org.apache.camel.component.ignite.ClusterGroupExpression clusterGroupExpression) The cluster group expression.IgniteEventsEndpointBuilderFactory.endpointBuilder(String componentName, String path) The event types to subscribe to as a comma-separated string of event constants as defined in EventType.IgniteEventsEndpointBuilderFactory.IgniteEventsBuilders.igniteEvents(String path) Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener.IgniteEventsEndpointBuilderFactory.IgniteEventsBuilders.igniteEvents(String componentName, String path) Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener.IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.