Uses of Interface
com.rabbitmq.stream.EnvironmentBuilder.TlsConfiguration
-
Packages that use EnvironmentBuilder.TlsConfiguration Package Description com.rabbitmq.stream Main API for RabbitMQ Stream Java Client.com.rabbitmq.stream.impl Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client. -
-
Uses of EnvironmentBuilder.TlsConfiguration in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return EnvironmentBuilder.TlsConfiguration Modifier and Type Method Description EnvironmentBuilder.TlsConfiguration
EnvironmentBuilder.TlsConfiguration. sslContext(SslContext sslContext)
NettySslContext
for TLS connections.EnvironmentBuilder.TlsConfiguration
EnvironmentBuilder. tls()
Enable and configure TLS.EnvironmentBuilder.TlsConfiguration
EnvironmentBuilder.TlsConfiguration. trustEverything()
Convenience method to set aSslContext
that trusts all servers. -
Uses of EnvironmentBuilder.TlsConfiguration in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl that return EnvironmentBuilder.TlsConfiguration Modifier and Type Method Description EnvironmentBuilder.TlsConfiguration
StreamEnvironmentBuilder. tls()
-