public class MockGRPCHandlerRegister extends Object implements GRPCHandlerRegister
GRPCHandlerRegister| Constructor and Description |
|---|
MockGRPCHandlerRegister() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(io.grpc.ServerInterceptor interceptor) |
void |
addHandler(io.grpc.BindableService handler) |
void |
addHandler(io.grpc.ServerServiceDefinition definition) |
public void addHandler(io.grpc.BindableService handler)
addHandler in interface GRPCHandlerRegisterpublic void addHandler(io.grpc.ServerServiceDefinition definition)
addHandler in interface GRPCHandlerRegisterpublic void addFilter(io.grpc.ServerInterceptor interceptor)
addFilter in interface GRPCHandlerRegisterCopyright © 2020 The Apache Software Foundation. All rights reserved.