Uses of Class
org.eclipse.microprofile.reactive.messaging.spi.Connector
-
-
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.aws.sns
Classes in io.smallrye.reactive.messaging.aws.sns with annotations of type Connector Modifier and Type Class Description class
SnsConnector
Implement incoming/outgoing connection factories for Amazon Simple Notification Service reactive messaging. -
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
ConfigurationClassWriter. generateAllClasses(Connector connector, String className, List<ConnectorAttribute> common, List<ConnectorAttribute> incoming, List<ConnectorAttribute> outgoing)
void
ConfigurationDocWriter. generateIncomingDocumentation(Connector connector, List<ConnectorAttribute> commonAttributes, List<ConnectorAttribute> incomingAttributes)
void
ConfigurationDocWriter. generateOutgoingDocumentation(Connector connector, List<ConnectorAttribute> commonAttributes, List<ConnectorAttribute> incomingAttributes)
-
Uses of Connector in io.smallrye.reactive.messaging.connectors
Classes in io.smallrye.reactive.messaging.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.eventbus
Classes in io.smallrye.reactive.messaging.eventbus with annotations of type Connector Modifier and Type Class Description class
VertxEventBusConnector
-
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.http
Classes in io.smallrye.reactive.messaging.http with annotations of type Connector Modifier and Type Class Description class
HttpConnector
-
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.mqtt.server
Classes in io.smallrye.reactive.messaging.mqtt.server with annotations of type Connector Modifier and Type Class Description class
MqttServerConnector
-
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
.
-