Uses of Class
io.helidon.messaging.Channel.Builder
-
Packages that use Channel.Builder Package Description io.helidon.messaging Helidon Reactive Messaging. -
-
Uses of Channel.Builder in io.helidon.messaging
Methods in io.helidon.messaging that return Channel.Builder Modifier and Type Method Description static <PAYLOAD> Channel.Builder<PAYLOAD>Channel. builder()New builder for configuring new channel.Channel.Builder<PAYLOAD>Channel.Builder. name(String name)Channel name, used to pair configuration of connectors vs.Channel.Builder<PAYLOAD>Channel.Builder. publisherConfig(Config config)Config available to publisher connector.Channel.Builder<PAYLOAD>Channel.Builder. subscriberConfig(Config config)Config available to subscriber connector.
-