Interface EndpointBindingResolver
- All Known Implementing Classes:
EndpointRegistry
public interface EndpointBindingResolver
Used by the
KafkaProxyInitializer to resolve incoming channel
metadata into a EndpointBinding.-
Method Summary
Modifier and TypeMethodDescriptionUses channel metadata from the incoming connection to resolve aEndpointBinding.
-
Method Details
-
resolve
Uses channel metadata from the incoming connection to resolve aEndpointBinding.- Parameters:
endpoint- endpoint being resolvedsniHostname- SNI hostname, may be null.- Returns:
- completion stage that when complete will yield a
EndpointBinding.
-