public interface GrpcService
A Helidon gRPC service.
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
name()
Obtain the name of this service.void
update
(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
-