public abstract static class ClusterGrpc.ClusterImplBase extends Object implements io.grpc.BindableService
Cluster defines communication between cluster members.
Constructor and Description |
---|
ClusterImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<StepRequest> |
step(io.grpc.stub.StreamObserver<StepResponse> responseObserver)
Step passes an implementation-specific message to another cluster member.
|
public io.grpc.stub.StreamObserver<StepRequest> step(io.grpc.stub.StreamObserver<StepResponse> responseObserver)
Step passes an implementation-specific message to another cluster member.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2022. All rights reserved.