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 classAmqpConnector -
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 classCamelConnector -
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 voidCommonConfigurationClassWriter. generate(ProcessingEnvironment environment, Connector connector, String className, List<ConnectorAttribute> attributes)voidConfigurationDocWriter. generate(Connector connector, List<ConnectorAttribute> commonAttributes, List<ConnectorAttribute> incomingAttributes, List<ConnectorAttribute> outgoingAttributes)voidConfigurationClassWriter. 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 classPubSubConnector -
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 classJmsConnector -
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 classKafkaConnector -
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 classMqttConnector -
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 classInMemoryConnectorAn 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 classRabbitMQConnector -
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 ConnectorConnectorLiteral. of(String value)Creates a new instance ofConnectorLiteral.
-