Uses of Interface
org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
-
Packages that use ConnectorFactory Package Description io.smallrye.reactive.messaging.amqp io.smallrye.reactive.messaging.camel io.smallrye.reactive.messaging.connector io.smallrye.reactive.messaging.connectors io.smallrye.reactive.messaging.jms io.smallrye.reactive.messaging.kafka io.smallrye.reactive.messaging.mqtt io.smallrye.reactive.messaging.rabbitmq org.eclipse.microprofile.reactive.messaging.spi The MicroProfile Reactive Messaging API Connector SPI -
-
Uses of ConnectorFactory in io.smallrye.reactive.messaging.amqp
Classes in io.smallrye.reactive.messaging.amqp that implement ConnectorFactory Modifier and Type Class Description classAmqpConnector -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.camel
Classes in io.smallrye.reactive.messaging.camel that implement ConnectorFactory Modifier and Type Class Description classCamelConnector -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.connector
Subinterfaces of ConnectorFactory in io.smallrye.reactive.messaging.connector Modifier and Type Interface Description interfaceInboundConnectorSPI used to implement a connector managing a source of messages for a specific transport.interfaceOutboundConnectorSPI used to implement a connector managing a sink of messages for a specific transport. -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.connectors
Classes in io.smallrye.reactive.messaging.connectors that implement ConnectorFactory Modifier and Type Class Description classInMemoryConnectorAn implementation of connector used for testing applications without having to use external broker. -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.jms
Classes in io.smallrye.reactive.messaging.jms that implement ConnectorFactory Modifier and Type Class Description classJmsConnector -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.kafka
Classes in io.smallrye.reactive.messaging.kafka that implement ConnectorFactory Modifier and Type Class Description classKafkaConnector -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.mqtt
Classes in io.smallrye.reactive.messaging.mqtt that implement ConnectorFactory Modifier and Type Class Description classMqttConnector -
Uses of ConnectorFactory in io.smallrye.reactive.messaging.rabbitmq
Classes in io.smallrye.reactive.messaging.rabbitmq that implement ConnectorFactory Modifier and Type Class Description classRabbitMQConnector -
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 interfaceIncomingConnectorFactorySPI used to implement a connector managing a source of messages for a specific transport.interfaceOutgoingConnectorFactorySPI used to implement a connector managing a sink of messages for a specific transport.
-