Interface GrpcService

All Superinterfaces:
GrpcProto

public interface GrpcService extends GrpcProto
Grpc service.
  • Nested Class Summary

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

    Modifier and Type
    Method
    Description
    default String
    Service name, defaults to this class simple name.
    void
    Update routing.

    Methods inherited from interface GrpcProto

    proto
    Modifier and Type
    Method
    Description
    com.google.protobuf.Descriptors.FileDescriptor
    Proto descriptor of this service.
  • Method Details

    • 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