Uses of Interface
io.smallrye.reactive.messaging.ChannelRegistry
-
Packages that use ChannelRegistry Package Description io.smallrye.reactive.messaging.providers.impl io.smallrye.reactive.messaging.providers.wiring -
-
Uses of ChannelRegistry in io.smallrye.reactive.messaging.providers.impl
Classes in io.smallrye.reactive.messaging.providers.impl that implement ChannelRegistry Modifier and Type Class Description class
InternalChannelRegistry
Fields in io.smallrye.reactive.messaging.providers.impl declared as ChannelRegistry Modifier and Type Field Description protected ChannelRegistry
ConfiguredChannelFactory. registry
-
Uses of ChannelRegistry in io.smallrye.reactive.messaging.providers.wiring
Methods in io.smallrye.reactive.messaging.providers.wiring with parameters of type ChannelRegistry Modifier and Type Method Description void
Graph. materialize(ChannelRegistry registry)
void
Wiring.Component. materialize(ChannelRegistry registry)
void
Wiring. prepare(boolean strictMode, ChannelRegistry registry, List<EmitterConfiguration> emitters, List<ChannelConfiguration> channels, List<MediatorConfiguration> mediators)
-