public abstract static class GossipGrpc.GossipImplBase extends Object implements io.grpc.BindableService
Gossip
Constructor and Description |
---|
GossipImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.grpc.stub.StreamObserver<Envelope> |
gossipStream(io.grpc.stub.StreamObserver<Envelope> responseObserver)
GossipStream is the gRPC stream used for sending and receiving messages
|
void |
ping(Empty request,
io.grpc.stub.StreamObserver<Empty> responseObserver)
Ping is used to probe a remote peer's aliveness
|
public io.grpc.stub.StreamObserver<Envelope> gossipStream(io.grpc.stub.StreamObserver<Envelope> responseObserver)
GossipStream is the gRPC stream used for sending and receiving messages
public void ping(Empty request, io.grpc.stub.StreamObserver<Empty> responseObserver)
Ping is used to probe a remote peer's aliveness
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2022. All rights reserved.