@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface IrcEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IrcEndpointBuilderFactory.AdvancedIrcEndpointBuilder
Advanced builder for endpoint for the IRC component.
|
static interface |
IrcEndpointBuilderFactory.AdvancedIrcEndpointConsumerBuilder
Advanced builder for endpoint consumers for the IRC component.
|
static interface |
IrcEndpointBuilderFactory.AdvancedIrcEndpointProducerBuilder
Advanced builder for endpoint producers for the IRC component.
|
static interface |
IrcEndpointBuilderFactory.IrcBuilders |
static interface |
IrcEndpointBuilderFactory.IrcEndpointBuilder
Builder for endpoint for the IRC component.
|
static interface |
IrcEndpointBuilderFactory.IrcEndpointConsumerBuilder
Builder for endpoint consumers for the IRC component.
|
static interface |
IrcEndpointBuilderFactory.IrcEndpointProducerBuilder
Builder for endpoint producers for the IRC component.
|
| Modifier and Type | Method and Description |
|---|---|
static IrcEndpointBuilderFactory.IrcEndpointBuilder |
irc(String path)
IRC (camel-irc)
The irc component implements an IRC (Internet Relay Chat) transport.
|
static IrcEndpointBuilderFactory.IrcEndpointBuilder irc(String path)
irc:hostname:port
Path parameter: hostname (required)
Hostname for the IRC chat server
Path parameter: port
Port number for the IRC chat server. If no port is configured then a
default port of either 6667, 6668 or 6669 is used.Apache Camel