Interface GrpcService


public interface GrpcService
Grpc service.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Service specific routing (proto descriptor is provided by proto().
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Descriptors.FileDescriptor
    Proto descriptor of this service.
    default String
    Service name, defaults to this class simple name.
    void
    Update routing.
  • Method Details

    • proto

      com.google.protobuf.Descriptors.FileDescriptor proto()
      Proto descriptor of this service.
      Returns:
      proto file descriptor
    • serviceName

      default String serviceName()
      Service name, defaults to this class simple name.
      Returns:
      service name
    • update

      void update(GrpcService.Routing routing)
      Update routing.
      Parameters:
      routing - routing