Uses of Class
com.rabbitmq.client.ConnectionPostProcessors.Builder
-
Packages that use ConnectionPostProcessors.Builder 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.Builder in com.rabbitmq.client
Methods in com.rabbitmq.client that return ConnectionPostProcessors.Builder Modifier and Type Method Description ConnectionPostProcessors.Builder
ConnectionPostProcessors.Builder. add(ConnectionPostProcessor connectionPostProcessor)
Add an extra post-processing step.static ConnectionPostProcessors.Builder
ConnectionPostProcessors. builder()
Builder to configure and create aConnectionPostProcessor
instance.ConnectionPostProcessors.Builder
ConnectionPostProcessors.Builder. enableHostnameVerification(HostnameVerifier hostnameVerifier)
Enable hostname verification enforced by the providedHostnameVerifier
.
-