Uses of Interface
com.rabbitmq.stream.EnvironmentBuilder.TlsConfiguration
Package
Description
Main API for RabbitMQ Stream Java Client.
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
-
Uses of EnvironmentBuilder.TlsConfiguration in com.rabbitmq.stream
Modifier and TypeMethodDescriptionEnvironmentBuilder.TlsConfiguration.hostnameVerification()
Enable hostname verification.EnvironmentBuilder.TlsConfiguration.hostnameVerification
(boolean hostnameVerification) Enable or disable hostname verification.EnvironmentBuilder.TlsConfiguration.sslContext
(SslContext sslContext) NettySslContext
for TLS connections.EnvironmentBuilder.tls()
Enable and configure TLS.EnvironmentBuilder.TlsConfiguration.trustEverything()
Convenience method to set aSslContext
that trusts all servers. -
Uses of EnvironmentBuilder.TlsConfiguration in com.rabbitmq.stream.impl