CommandableGrpcService constructor

CommandableGrpcService(
  1. String name
)

Creates a new instance of the service.

  • name a service name.

Implementation

CommandableGrpcService(String name) : _name = name {
  dependencyResolver.put('controller', 'none');
}