Class Channel.Builder<PAYLOAD>

java.lang.Object
io.helidon.messaging.Channel.Builder<PAYLOAD>
Type Parameters:
PAYLOAD - message payload type
All Implemented Interfaces:
Builder<Channel.Builder<PAYLOAD>,Channel<PAYLOAD>>, Supplier<Channel<PAYLOAD>>
Enclosing class:
Channel<PAYLOAD>

public static final class Channel.Builder<PAYLOAD> extends Object implements Builder<Channel.Builder<PAYLOAD>,Channel<PAYLOAD>>
Channel builder.