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
ConstructorDescriptionPeerToPeerCommunicationReceiverService
(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyNodeAlive
(CrossNodesCommunication.NotifyNodeAliveRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.NotifyNodeAliveResponse> responseObserver) Methods inherited from class com.atlassian.bamboo.grpc.PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceImplBase
bindService
-
Constructor Details
-
PeerToPeerCommunicationReceiverService
public PeerToPeerCommunicationReceiverService(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService)
-
-
Method Details
-
notifyNodeAlive
public void notifyNodeAlive(CrossNodesCommunication.NotifyNodeAliveRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.NotifyNodeAliveResponse> responseObserver)
-