@ApplicationScoped public class LegacyConfiguredChannelFactory extends ConfiguredChannelFactory
config, registry
Modifier | Constructor and Description |
---|---|
protected |
LegacyConfiguredChannelFactory() |
|
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 |
initialize() |
protected LegacyConfiguredChannelFactory()
@Inject public LegacyConfiguredChannelFactory(@Any javax.enterprise.inject.Instance<IncomingConnectorFactory> incomingConnectorFactories, @Any javax.enterprise.inject.Instance<OutgoingConnectorFactory> outgoingConnectorFactories, javax.enterprise.inject.Instance<org.eclipse.microprofile.config.Config> config, @Any javax.enterprise.inject.Instance<ChannelRegistry> registry, javax.enterprise.inject.spi.BeanManager beanManager)
public void initialize()
initialize
in interface ChannelRegistar
initialize
in class ConfiguredChannelFactory
Copyright © 2018–2021 SmallRye. All rights reserved.