public abstract static class ProvisionServiceGrpc.ProvisionServiceImplBase extends Object implements io.grpc.BindableService
A service to provide runtime provisioning information to the SDK harness worker instances -- such as pipeline options, resource constraints and other job metadata -- needed by an SDK harness instance to initialize.
| Constructor and Description |
|---|
ProvisionServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getProvisionInfo(ProvisionApi.GetProvisionInfoRequest request,
io.grpc.stub.StreamObserver<ProvisionApi.GetProvisionInfoResponse> responseObserver)
Get provision information for the SDK harness worker instance.
|
public void getProvisionInfo(ProvisionApi.GetProvisionInfoRequest request, io.grpc.stub.StreamObserver<ProvisionApi.GetProvisionInfoResponse> responseObserver)
Get provision information for the SDK harness worker instance.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.