static <T> ChannelBuilder<T> |
ChannelBuilder.aChannel() |
Creates a new ChannelBuilder
|
static <T> ChannelBuilder<T> |
ChannelBuilder.aChannel(Class<T> channelTypeClass) |
Creates a new ChannelBuilder for the given class
|
ChannelBuilder<T> |
ChannelBuilder.forType(ChannelType type) |
Sets the type for the Channel.
|
ChannelBuilder<T> |
ChannelBuilder.withActionHandlerSet(ActionHandlerSet<T> actionHandlerSet) |
|
ChannelBuilder<T> |
ChannelBuilder.withAsynchronousConfiguration(AsynchronousConfiguration configuration) |
Adds an AsynchronousConfiguration to the Channel.
|
ChannelBuilder<T> |
ChannelBuilder.withChannelExceptionHandler(ChannelExceptionHandler<T> channelExceptionHandler) |
Sets a different exception handler for the Channel.
|
ChannelBuilder<T> |
ChannelBuilder.withDefaultAction(Action<T> action) |
Sets the default Action for the Channel.
|