| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentBuilder.TlsConfiguration |
EnvironmentBuilder.TlsConfiguration.hostnameVerification()
Enable hostname verification.
|
EnvironmentBuilder.TlsConfiguration |
EnvironmentBuilder.TlsConfiguration.hostnameVerification(boolean hostnameVerification)
Enable or disable hostname verification.
|
EnvironmentBuilder.TlsConfiguration |
EnvironmentBuilder.TlsConfiguration.sslContext(SslContext sslContext)
Netty
SslContext for TLS connections. |
EnvironmentBuilder.TlsConfiguration |
EnvironmentBuilder.tls()
Enable and configure TLS.
|
EnvironmentBuilder.TlsConfiguration |
EnvironmentBuilder.TlsConfiguration.trustEverything()
Convenience method to set a
SslContext that trusts all servers. |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentBuilder.TlsConfiguration |
StreamEnvironmentBuilder.tls() |
Copyright © 2024 Broadcom Inc. and/or its subsidiaries. All rights reserved.