public static interface IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IrcEndpointBuilderFactory.IrcEndpointConsumerBuilder |
basic() |
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
colors(boolean colors)
Whether or not the server supports color codes.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
colors(String colors)
Whether or not the server supports color codes.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default IrcEndpointBuilderFactory.IrcEndpointConsumerBuilder basic()
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder colors(boolean colors)
colors - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder colors(String colors)
colors - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel