public interface GrpcService
A Helidon gRPC service.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringname()Obtain the name of this service.voidupdate(ServiceDescriptor.Rules rules) Update service configuration.
-
Method Details
-
update
Update service configuration.- Parameters:
rules- configuration to update
-
name
Obtain the name of this service.The default implementation returns the implementation class's
Class.getSimpleName().- Returns:
- the name of this service
-