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.BuilderConnectionPostProcessors.Builder. add(ConnectionPostProcessor connectionPostProcessor)Add an extra post-processing step.static ConnectionPostProcessors.BuilderConnectionPostProcessors. builder()Builder to configure and create aConnectionPostProcessorinstance.ConnectionPostProcessors.BuilderConnectionPostProcessors.Builder. enableHostnameVerification(HostnameVerifier hostnameVerifier)Enable hostname verification enforced by the providedHostnameVerifier.
-