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 io.helidon.webserver.grpc.GrpcProto

    proto
  • 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