public static interface IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IrcEndpointBuilderFactory.IrcEndpointProducerBuilder |
basic() |
default IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder |
colors(boolean colors)
Whether or not the server supports color codes.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder |
colors(String colors)
Whether or not the server supports color codes.
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default IrcEndpointBuilderFactory.IrcEndpointProducerBuilder basic()
default IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder colors(boolean colors)
colors - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder colors(String colors)
colors - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel