Uses of Interface
org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
-
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.amqp
Classes in io.smallrye.reactive.messaging.amqp that implement ConnectorFactory Modifier and Type Class Description class
AmqpConnector
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.aws.sns
Classes in io.smallrye.reactive.messaging.aws.sns that implement ConnectorFactory Modifier and Type Class Description class
SnsConnector
Implement incoming/outgoing connection factories for Amazon Simple Notification Service reactive messaging. -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.camel
Classes in io.smallrye.reactive.messaging.camel that implement ConnectorFactory Modifier and Type Class Description class
CamelConnector
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.connectors
Classes in io.smallrye.reactive.messaging.connectors that implement ConnectorFactory Modifier and Type Class Description class
InMemoryConnector
An implementation of connector used for testing applications without having to use external broker. -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.eventbus
Classes in io.smallrye.reactive.messaging.eventbus that implement ConnectorFactory Modifier and Type Class Description class
VertxEventBusConnector
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.gcp.pubsub
Classes in io.smallrye.reactive.messaging.gcp.pubsub that implement ConnectorFactory Modifier and Type Class Description class
PubSubConnector
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.http
Classes in io.smallrye.reactive.messaging.http that implement ConnectorFactory Modifier and Type Class Description class
HttpConnector
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.jms
Classes in io.smallrye.reactive.messaging.jms that implement ConnectorFactory Modifier and Type Class Description class
JmsConnector
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.kafka
Classes in io.smallrye.reactive.messaging.kafka that implement ConnectorFactory Modifier and Type Class Description class
KafkaConnector
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.mqtt
Classes in io.smallrye.reactive.messaging.mqtt that implement ConnectorFactory Modifier and Type Class Description class
MqttConnector
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.mqtt.server
Classes in io.smallrye.reactive.messaging.mqtt.server that implement ConnectorFactory Modifier and Type Class Description class
MqttServerConnector
-
Uses of ConnectorFactory in org.eclipse.microprofile.reactive.messaging.spi
Subinterfaces of ConnectorFactory in org.eclipse.microprofile.reactive.messaging.spi Modifier and Type Interface 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.
-