Package | Description |
---|---|
io.smallrye.reactive.messaging.impl | |
io.smallrye.reactive.messaging.wiring |
Modifier and Type | Class and Description |
---|---|
class |
InternalChannelRegistry |
Modifier and Type | Field and Description |
---|---|
protected ChannelRegistry |
ConfiguredChannelFactory.registry |
Constructor and Description |
---|
ConfiguredChannelFactory(javax.enterprise.inject.Instance<IncomingConnectorFactory> incomingConnectorFactories,
javax.enterprise.inject.Instance<OutgoingConnectorFactory> outgoingConnectorFactories,
javax.enterprise.inject.Instance<org.eclipse.microprofile.config.Config> config,
javax.enterprise.inject.Instance<ChannelRegistry> registry,
javax.enterprise.inject.spi.BeanManager beanManager) |
LegacyConfiguredChannelFactory(javax.enterprise.inject.Instance<IncomingConnectorFactory> incomingConnectorFactories,
javax.enterprise.inject.Instance<OutgoingConnectorFactory> outgoingConnectorFactories,
javax.enterprise.inject.Instance<org.eclipse.microprofile.config.Config> config,
javax.enterprise.inject.Instance<ChannelRegistry> registry,
javax.enterprise.inject.spi.BeanManager beanManager) |
Modifier and Type | Method and Description |
---|---|
void |
Wiring.Component.materialize(ChannelRegistry registry) |
void |
Graph.materialize(ChannelRegistry registry) |
void |
Wiring.prepare(boolean strictMode,
ChannelRegistry registry,
List<EmitterConfiguration> emitters,
List<ChannelConfiguration> channels,
List<MediatorConfiguration> mediators) |
Copyright © 2018–2021 SmallRye. All rights reserved.