Uses of Class
org.eclipse.microprofile.reactive.messaging.spi.Connector
-
Packages that use Connector Package Description io.smallrye.reactive.messaging.amqp io.smallrye.reactive.messaging.camel io.smallrye.reactive.messaging.connector io.smallrye.reactive.messaging.gcp.pubsub io.smallrye.reactive.messaging.jms io.smallrye.reactive.messaging.kafka io.smallrye.reactive.messaging.mqtt io.smallrye.reactive.messaging.providers.connectors io.smallrye.reactive.messaging.rabbitmq org.eclipse.microprofile.reactive.messaging.spi The MicroProfile Reactive Messaging API Connector SPI -
-
Uses of Connector in io.smallrye.reactive.messaging.amqp
Classes in io.smallrye.reactive.messaging.amqp with annotations of type Connector Modifier and Type Class Description class
AmqpConnector
-
Uses of Connector in io.smallrye.reactive.messaging.camel
Classes in io.smallrye.reactive.messaging.camel with annotations of type Connector Modifier and Type Class Description class
CamelConnector
-
Uses of Connector in io.smallrye.reactive.messaging.connector
Methods in io.smallrye.reactive.messaging.connector with parameters of type Connector Modifier and Type Method Description static void
CommonConfigurationClassWriter. generate(ProcessingEnvironment environment, Connector connector, String className, List<ConnectorAttribute> attributes)
void
ConfigurationDocWriter. generate(Connector connector, List<ConnectorAttribute> commonAttributes, List<ConnectorAttribute> incomingAttributes, List<ConnectorAttribute> outgoingAttributes)
void
ConfigurationClassWriter. generateAllClasses(Connector connector, String className, List<ConnectorAttribute> common, List<ConnectorAttribute> incoming, List<ConnectorAttribute> outgoing)
-
Uses of Connector in io.smallrye.reactive.messaging.gcp.pubsub
Classes in io.smallrye.reactive.messaging.gcp.pubsub with annotations of type Connector Modifier and Type Class Description class
PubSubConnector
-
Uses of Connector in io.smallrye.reactive.messaging.jms
Classes in io.smallrye.reactive.messaging.jms with annotations of type Connector Modifier and Type Class Description class
JmsConnector
-
Uses of Connector in io.smallrye.reactive.messaging.kafka
Classes in io.smallrye.reactive.messaging.kafka with annotations of type Connector Modifier and Type Class Description class
KafkaConnector
-
Uses of Connector in io.smallrye.reactive.messaging.mqtt
Classes in io.smallrye.reactive.messaging.mqtt with annotations of type Connector Modifier and Type Class Description class
MqttConnector
-
Uses of Connector in io.smallrye.reactive.messaging.providers.connectors
Classes in io.smallrye.reactive.messaging.providers.connectors with annotations of type Connector Modifier and Type Class Description class
InMemoryConnector
An implementation of connector used for testing applications without having to use external broker. -
Uses of Connector in io.smallrye.reactive.messaging.rabbitmq
Classes in io.smallrye.reactive.messaging.rabbitmq with annotations of type Connector Modifier and Type Class Description class
RabbitMQConnector
-
Uses of Connector in org.eclipse.microprofile.reactive.messaging.spi
Methods in org.eclipse.microprofile.reactive.messaging.spi that return Connector Modifier and Type Method Description static Connector
ConnectorLiteral. of(String value)
Creates a new instance ofConnectorLiteral
.
-