Interface GrpcService


public interface GrpcService
A Helidon gRPC service.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Obtain the name of this service.
    void
    Update service configuration.
  • Method Details

    • update

      void update(ServiceDescriptor.Rules rules)
      Update service configuration.
      Parameters:
      rules - configuration to update
    • name

      default String name()
      Obtain the name of this service.

      The default implementation returns the implementation class's Class.getSimpleName().

      Returns:
      the name of this service