Package com.atlassian.bamboo.grpc
Class PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceStub>
-
- com.atlassian.bamboo.grpc.PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceStub
-
- Enclosing class:
- PeerToPeerCommunicationServiceGrpc
public static final class PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceStub extends io.grpc.stub.AbstractAsyncStub<PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceStub>
A stub to allow clients to do asynchronous rpc calls to service PeerToPeerCommunicationService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
notifyNodeAlive(CrossNodesCommunication.NotifyNodeAliveRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.NotifyNodeAliveResponse> responseObserver)
-
-
-
Method Detail
-
build
protected PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceStub>
-
notifyNodeAlive
public void notifyNodeAlive(CrossNodesCommunication.NotifyNodeAliveRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.NotifyNodeAliveResponse> responseObserver)
-
-