public abstract static class ErrorGroupServiceGrpc.ErrorGroupServiceImplBase
extends java.lang.Object
implements io.grpc.BindableService
Service for retrieving and updating individual error groups.
| Constructor and Description |
|---|
ErrorGroupServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getGroup(GetGroupRequest request,
io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Get the specified group.
|
void |
updateGroup(UpdateGroupRequest request,
io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Replace the data for the specified group.
|
public void getGroup(GetGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Get the specified group.
public void updateGroup(UpdateGroupRequest request, io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
Replace the data for the specified group. Fails if the group does not exist.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService