public static interface IrcEndpointBuilderFactory.IrcBuilders
| Modifier and Type | Method and Description |
|---|---|
default IrcEndpointBuilderFactory.IrcEndpointBuilder |
irc(String path)
IRC (camel-irc)
Send and receive messages to/from and IRC chat.
|
default IrcEndpointBuilderFactory.IrcEndpointBuilder |
irc(String componentName,
String path)
IRC (camel-irc)
Send and receive messages to/from and IRC chat.
|
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.path - hostname:portdefault IrcEndpointBuilderFactory.IrcEndpointBuilder irc(String componentName, 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.componentName - to use a custom component name for the endpoint
instead of the default namepath - hostname:portApache Camel