@Immutable public static class WorkerGrpc.WorkerServiceDescriptor extends AbstractServiceDescriptor<WorkerGrpc.WorkerServiceDescriptor>
Modifier and Type | Field and Description |
---|---|
MethodDescriptor<ServerArgs,ServerStatus> |
runServer |
MethodDescriptor<ClientArgs,ClientStatus> |
runTest |
Modifier and Type | Method and Description |
---|---|
protected WorkerGrpc.WorkerServiceDescriptor |
build(Map<String,MethodDescriptor<?,?>> methodMap)
Returns a new stub configuration for the provided method configurations.
|
ImmutableList<MethodDescriptor<?,?>> |
methods()
Returns the list of operations defined in the stub configuration.
|
public final MethodDescriptor<ClientArgs,ClientStatus> runTest
public final MethodDescriptor<ServerArgs,ServerStatus> runServer
protected WorkerGrpc.WorkerServiceDescriptor build(Map<String,MethodDescriptor<?,?>> methodMap)
AbstractServiceDescriptor
build
in class AbstractServiceDescriptor<WorkerGrpc.WorkerServiceDescriptor>
methodMap
- a map from fully qualified method names to MethodDescriptor
spublic ImmutableList<MethodDescriptor<?,?>> methods()
AbstractServiceDescriptor
methods
in class AbstractServiceDescriptor<WorkerGrpc.WorkerServiceDescriptor>