default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
IrcEndpointBuilderFactory.IrcEndpointConsumerBuilder.advanced() |
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder.colors(boolean colors) |
Whether or not the server supports color codes.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder.colors(String colors) |
Whether or not the server supports color codes.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder |
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 |
IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|