public static interface StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder |
basic() |
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default StompEndpointBuilderFactory.StompEndpointConsumerBuilder basic()
default StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault StompEndpointBuilderFactory.AdvancedStompEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setApache Camel