-
public interface GrpcService
A Helidon gRPC service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default String
name()
Obtain the name of this service.void
update(ServiceDescriptor.Rules rules)
Update service configuration.
-
-
-
Method Detail
-
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
-
-