Uses of Interface
io.smallrye.reactive.messaging.ChannelRegistry
- 
Packages that use ChannelRegistry Package Description io.smallrye.reactive.messaging.impl io.smallrye.reactive.messaging.wiring  - 
- 
Uses of ChannelRegistry in io.smallrye.reactive.messaging.impl
Classes in io.smallrye.reactive.messaging.impl that implement ChannelRegistry Modifier and Type Class Description classInternalChannelRegistryFields in io.smallrye.reactive.messaging.impl declared as ChannelRegistry Modifier and Type Field Description protected ChannelRegistryConfiguredChannelFactory. registry - 
Uses of ChannelRegistry in io.smallrye.reactive.messaging.wiring
Methods in io.smallrye.reactive.messaging.wiring with parameters of type ChannelRegistry Modifier and Type Method Description voidGraph. materialize(ChannelRegistry registry)voidWiring.Component. materialize(ChannelRegistry registry)voidWiring. prepare(ChannelRegistry registry, List<EmitterConfiguration> emitters, List<ChannelConfiguration> channels, List<MediatorConfiguration> mediators) 
 -