public class GrpcProxy<ReqT,RespT> extends Object implements io.grpc.ServerCallHandler<ReqT,RespT>
| Modifier and Type | Class and Description |
|---|---|
static class |
GrpcProxy.Registry |
| Constructor and Description |
|---|
GrpcProxy(KetaConfig config,
KetaIdentity target) |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ManagedChannel |
getChannel() |
KetaIdentity |
getTarget() |
void |
setTarget(KetaIdentity target) |
io.grpc.ServerCall.Listener<ReqT> |
startCall(io.grpc.ServerCall<ReqT,RespT> serverCall,
io.grpc.Metadata headers) |
public GrpcProxy(KetaConfig config, KetaIdentity target)
public KetaIdentity getTarget()
public void setTarget(KetaIdentity target)
public io.grpc.ManagedChannel getChannel()
Copyright © 2021. All rights reserved.