public abstract static class MaintNotificationsConfig.EndpointTypeSource extends Object
Implementations determine what endpoint type to request for maintenance notifications.
| Constructor and Description |
|---|
EndpointTypeSource() |
| Modifier and Type | Method and Description |
|---|---|
abstract MaintNotificationsConfig.EndpointType |
getEndpointType(SocketAddress socketAddress,
boolean sslEnabled)
Determines the endpoint type based on connection characteristics.
|
public abstract MaintNotificationsConfig.EndpointType getEndpointType(SocketAddress socketAddress, boolean sslEnabled)
socketAddress - the remote socket address of the connectionsslEnabled - whether TLS/SSL is enabled for the connectionMaintNotificationsConfig.EndpointType type to request, or null if no specific type is neededCopyright © 2025 lettuce.io. All rights reserved.