Package | Description |
---|---|
io.smallrye.reactive.messaging.amqp | |
io.smallrye.reactive.messaging.camel | |
io.smallrye.reactive.messaging.connectors | |
io.smallrye.reactive.messaging.jms | |
io.smallrye.reactive.messaging.kafka | |
io.smallrye.reactive.messaging.mqtt | |
org.eclipse.microprofile.reactive.messaging.spi |
The MicroProfile Reactive Messaging API Connector SPI
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpConnector |
Modifier and Type | Class and Description |
---|---|
class |
CamelConnector |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryConnector
An implementation of connector used for testing applications without having to use external broker.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsConnector |
Modifier and Type | Class and Description |
---|---|
class |
KafkaConnector |
Modifier and Type | Class and Description |
---|---|
class |
MqttConnector |
Modifier and Type | Interface and Description |
---|---|
interface |
IncomingConnectorFactory
SPI used to implement a connector managing a source of messages for a specific transport.
|
interface |
OutgoingConnectorFactory
SPI used to implement a connector managing a sink of messages for a specific transport.
|
Copyright © 2018–2021 SmallRye. All rights reserved.