public static interface ProxyServerCallHandler.ServiceDefinitionFactory
ServerServiceDefinition
that a ProxyServerCallHandler
delegates to.Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
getServiceDefinition(io.grpc.Metadata headers)
Returns a service definition that contains a
ServerCallHandler for the
ProxyServerCallHandler 's method. |
io.grpc.ServerServiceDefinition getServiceDefinition(io.grpc.Metadata headers)
ServerCallHandler
for the
ProxyServerCallHandler
's method.