Package com.atlassian.bamboo.grpc
Class PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceImplBase
- java.lang.Object
-
- com.atlassian.bamboo.grpc.PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceImplBase
-
- All Implemented Interfaces:
PeerToPeerCommunicationServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
PeerToPeerCommunicationReceiverService
- Enclosing class:
- PeerToPeerCommunicationServiceGrpc
public abstract static class PeerToPeerCommunicationServiceGrpc.PeerToPeerCommunicationServiceImplBase extends Object implements io.grpc.BindableService, PeerToPeerCommunicationServiceGrpc.AsyncService
Base class for the server implementation of the service PeerToPeerCommunicationService.
-
-
Constructor Summary
Constructors Constructor Description PeerToPeerCommunicationServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.grpc.PeerToPeerCommunicationServiceGrpc.AsyncService
notifyNodeAlive
-
-