Package io.helidon.grpc.server
Interface GrpcService
-
public interface GrpcServiceA Helidon gRPC service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Stringname()Obtain the name of this service.voidupdate(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
-
-