public abstract static class ConduitGrpc.ConduitImplBase
extends java.lang.Object
implements io.grpc.BindableService
| Constructor and Description |
|---|
ConduitImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
users(VoidRequest request,
io.grpc.stub.StreamObserver<ConduitUsersResponse> responseObserver)
appctl used this to validates the user token with phabricator.
|
void |
whoAmI(VoidRequest request,
io.grpc.stub.StreamObserver<ConduitWhoAmIResponse> responseObserver)
This rpc is used to check a valid user from other applications.
|
public void whoAmI(VoidRequest request, io.grpc.stub.StreamObserver<ConduitWhoAmIResponse> responseObserver)
This rpc is used to check a valid user from other applications.
public void users(VoidRequest request, io.grpc.stub.StreamObserver<ConduitUsersResponse> responseObserver)
appctl used this to validates the user token with phabricator.
public io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService