Package com.atlassian.bamboo.grpc
Class PeerToPeerCommunicationReceiverService
- java.lang.Object
-
- com.atlassian.bamboo.grpc.PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceImplBase
-
- com.atlassian.bamboo.grpc.PeerToPeerCommunicationReceiverService
-
- All Implemented Interfaces:
PeerToPeerCommunicationServiceGrpc.AsyncService
,io.grpc.BindableService
public class PeerToPeerCommunicationReceiverService extends PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceImplBase
-
-
Constructor Summary
Constructors Constructor Description PeerToPeerCommunicationReceiverService(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notifyNodeAlive(CrossNodesCommunication.NotifyNodeAliveRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.NotifyNodeAliveResponse> responseObserver)
-
Methods inherited from class com.atlassian.bamboo.grpc.PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceImplBase
bindService
-
-
-
-
Constructor Detail
-
PeerToPeerCommunicationReceiverService
public PeerToPeerCommunicationReceiverService(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService)
-
-
Method Detail
-
notifyNodeAlive
public void notifyNodeAlive(CrossNodesCommunication.NotifyNodeAliveRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.NotifyNodeAliveResponse> responseObserver)
-
-