Uses of Class
io.smallrye.reactive.messaging.amqp.AmqpConnectorCommonConfiguration
-
Packages that use AmqpConnectorCommonConfiguration Package Description io.smallrye.reactive.messaging.amqp -
-
Uses of AmqpConnectorCommonConfiguration in io.smallrye.reactive.messaging.amqp
Subclasses of AmqpConnectorCommonConfiguration in io.smallrye.reactive.messaging.amqp Modifier and Type Class Description class
AmqpConnectorIncomingConfiguration
Extract the incoming configuration for thesmallrye-amqp
connector.class
AmqpConnectorOutgoingConfiguration
Extract the outgoing configuration for thesmallrye-amqp
connector.Constructors in io.smallrye.reactive.messaging.amqp with parameters of type AmqpConnectorCommonConfiguration Constructor Description ConnectionHolder(io.vertx.mutiny.amqp.AmqpClient client, AmqpConnectorCommonConfiguration configuration, io.vertx.mutiny.core.Vertx vertx)
-