Uses of Class
com.rabbitmq.client.ConnectionPostProcessors.AbstractConnectionPostProcessor
-
Packages that use ConnectionPostProcessors.AbstractConnectionPostProcessor Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors. -
-
Uses of ConnectionPostProcessors.AbstractConnectionPostProcessor in com.rabbitmq.client
Methods in com.rabbitmq.client that return ConnectionPostProcessors.AbstractConnectionPostProcessor Modifier and Type Method Description ConnectionPostProcessors.AbstractConnectionPostProcessorConnectionPostProcessors.AbstractConnectionPostProcessor. andThen(ConnectionPostProcessor after)Returns a composed processor that performs, in sequence, this operation followed by theafteroperation.static ConnectionPostProcessors.AbstractConnectionPostProcessorConnectionPostProcessors. hostnameVerificationConnectionPostProcessor(HostnameVerifier verifier)Perform hostname verification for TLS connections.
-