public static interface IrcEndpointBuilderFactory.IrcBuilders
| Modifier and Type | Method and Description |
|---|---|
default IrcEndpointBuilderFactory.IrcEndpointBuilder |
irc(String path)
IRC (camel-irc)
The irc component implements an IRC (Internet Relay Chat) transport.
|
default 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