Interface HazelcastTopicEndpointBuilderFactory.HazelcastTopicBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
- HazelcastTopicEndpointBuilderFactory
public static interface HazelcastTopicEndpointBuilderFactory.HazelcastTopicBuilders
-
Method Summary
Modifier and TypeMethodDescriptionHazelcast Topic (camel-hazelcast) Send and receive messages to/from Hazelcast distributed topic.hazelcastTopic
(String path) Hazelcast Topic (camel-hazelcast) Send and receive messages to/from Hazelcast distributed topic.hazelcastTopic
(String componentName, String path) Hazelcast Topic (camel-hazelcast) Send and receive messages to/from Hazelcast distributed topic.
-
Method Details
-
hazelcastTopic
Hazelcast Topic (camel-hazelcast) Send and receive messages to/from Hazelcast distributed topic. Category: cache,datagrid Since: 2.15 Maven coordinates: org.apache.camel:camel-hazelcast- Returns:
- the dsl builder for the headers' name.
-
hazelcastTopic
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointBuilder hazelcastTopic(String path) Hazelcast Topic (camel-hazelcast) Send and receive messages to/from Hazelcast distributed topic. Category: cache,datagrid Since: 2.15 Maven coordinates: org.apache.camel:camel-hazelcast Syntax:hazelcast-topic:cacheName
Path parameter: cacheName (required) The name of the cache- Parameters:
path
- cacheName- Returns:
- the dsl builder
-
hazelcastTopic
default HazelcastTopicEndpointBuilderFactory.HazelcastTopicEndpointBuilder hazelcastTopic(String componentName, String path) Hazelcast Topic (camel-hazelcast) Send and receive messages to/from Hazelcast distributed topic. Category: cache,datagrid Since: 2.15 Maven coordinates: org.apache.camel:camel-hazelcast Syntax:hazelcast-topic:cacheName
Path parameter: cacheName (required) The name of the cache- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- cacheName- Returns:
- the dsl builder
-