| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
abstract MaintNotificationsConfig.EndpointType |
MaintNotificationsConfig.EndpointTypeSource.getEndpointType(SocketAddress socketAddress,
boolean sslEnabled)
Determines the endpoint type based on connection characteristics.
|
static MaintNotificationsConfig.EndpointType |
MaintNotificationsConfig.EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintNotificationsConfig.EndpointType[] |
MaintNotificationsConfig.EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MaintNotificationsConfig |
MaintNotificationsConfig.enabled(MaintNotificationsConfig.EndpointType endpointType)
Creates maintenance events options with a fixed address type.
|
MaintNotificationsConfig.Builder |
MaintNotificationsConfig.Builder.endpointType(MaintNotificationsConfig.EndpointType endpointType)
Configure a fixed endpoint type for all maintenance notifications.
|
Copyright © 2025 lettuce.io. All rights reserved.