Interface ErrorGroupServiceGrpc.AsyncService

    • Method Detail

      • getGroup

        default void getGroup​(GetGroupRequest request,
                              io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
         Get the specified group.
         
      • updateGroup

        default void updateGroup​(UpdateGroupRequest request,
                                 io.grpc.stub.StreamObserver<ErrorGroup> responseObserver)
         Replace the data for the specified group.
         Fails if the group does not exist.