Interface StompEndpointBuilderFactory.StompBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- StompEndpointBuilderFactory
public static interface StompEndpointBuilderFactory.StompBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StompEndpointBuilderFactory.StompEndpointBuilderstomp(String path)Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers.default StompEndpointBuilderFactory.StompEndpointBuilderstomp(String componentName, String path)Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers.
-
-
-
Method Detail
-
stomp
default StompEndpointBuilderFactory.StompEndpointBuilder stomp(String path)
Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-stomp Syntax:stomp:destinationPath parameter: destination (required) Name of the queue- Parameters:
path- destination- Returns:
- the dsl builder
-
stomp
default StompEndpointBuilderFactory.StompEndpointBuilder stomp(String componentName, String path)
Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-stomp Syntax:stomp:destinationPath parameter: destination (required) Name of the queue- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- destination- Returns:
- the dsl builder
-
-