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 classInternalChannelRegistryFields in io.smallrye.reactive.messaging.providers.impl declared as ChannelRegistry Modifier and Type Field Description protected ChannelRegistryConfiguredChannelFactory. 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 voidGraph. materialize(ChannelRegistry registry)voidWiring.Component. materialize(ChannelRegistry registry)voidWiring. prepare(boolean strictMode, ChannelRegistry registry, List<EmitterConfiguration> emitters, List<ChannelConfiguration> channels, List<MediatorConfiguration> mediators) 
 -