@ApplicationScoped public class JmsConnector extends Object implements IncomingConnectorFactory, OutgoingConnectorFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTOR_NAME
The name of the connector:
smallrye-jms |
CHANNEL_NAME_ATTRIBUTE, CONNECTOR_ATTRIBUTE, CONNECTOR_PREFIX, INCOMING_PREFIX, OUTGOING_PREFIX| Constructor and Description |
|---|
JmsConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends Message<?>> |
getPublisherBuilder(org.eclipse.microprofile.config.Config config) |
org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<? extends Message<?>,Void> |
getSubscriberBuilder(org.eclipse.microprofile.config.Config config) |
void |
init() |
public static final String CONNECTOR_NAME
smallrye-jms@PostConstruct public void init()
@PreDestroy public void cleanup()
public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<? extends Message<?>> getPublisherBuilder(org.eclipse.microprofile.config.Config config)
getPublisherBuilder in interface IncomingConnectorFactorypublic org.eclipse.microprofile.reactive.streams.operators.SubscriberBuilder<? extends Message<?>,Void> getSubscriberBuilder(org.eclipse.microprofile.config.Config config)
getSubscriberBuilder in interface OutgoingConnectorFactoryCopyright © 2018–2021 SmallRye. All rights reserved.