For IRC chat communication.
Name | Kind | Group | Required | Default | Type | Enum | Description |
---|---|---|---|---|---|---|---|
hostname | path | common | true | java.lang.String | Hostname for the IRC chat server | ||
port | path | common | 6667,6668,6669 | int | Port number for the IRC chat server | ||
autoRejoin | parameter | common | true | boolean | Whether to auto re-join when being kicked | ||
colors | parameter | common | true | boolean | Whether or not the server supports color codes. | ||
nickname | parameter | common | java.lang.String | The nickname used in chat. | |||
onJoin | parameter | common | true | boolean | Handle user join events. | ||
onKick | parameter | common | true | boolean | Handle kick events. | ||
onMode | parameter | common | true | boolean | Handle mode change events. | ||
onNick | parameter | common | true | boolean | Handle nickname change events. | ||
onPart | parameter | common | true | boolean | Handle user part events. | ||
onPrivmsg | parameter | common | true | boolean | Handle private message events. | ||
onQuit | parameter | common | true | boolean | Handle user quit events. | ||
onReply | parameter | common | boolean | Whether or not to handle general responses to commands or informational messages. | |||
onTopic | parameter | common | true | boolean | Handle topic change events. | ||
password | parameter | common | java.lang.String | The IRC server password. | |||
persistent | parameter | common | true | boolean | Use persistent messages. @deprecated not in use | ||
realname | parameter | common | java.lang.String | The IRC user's actual name. | |||
username | parameter | common | java.lang.String | The IRC server user name. | |||
bridgeErrorHandler | parameter | consumer | boolean | Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN/ERROR level and ignored. | |||
exceptionHandler | parameter | consumer (advanced) | org.apache.camel.spi.ExceptionHandler | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions, that will be logged at WARN/ERROR level and ignored. | |||
exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |