Uses of Interface
com.atlassian.bamboo.grpc.CrossNodesEventsServiceGrpc.AsyncService
-
Packages that use CrossNodesEventsServiceGrpc.AsyncService Package Description com.atlassian.bamboo.grpc -
-
Uses of CrossNodesEventsServiceGrpc.AsyncService in com.atlassian.bamboo.grpc
Classes in com.atlassian.bamboo.grpc that implement CrossNodesEventsServiceGrpc.AsyncService Modifier and Type Class Description class
CrossNodesEventsReceiverService
This class is responsible for receiving and handling event based gRPC requests from other nodes in the cluster.static class
CrossNodesEventsServiceGrpc.CrossNodesEventsServiceImplBase
Base class for the server implementation of the service CrossNodesEventsService.Methods in com.atlassian.bamboo.grpc with parameters of type CrossNodesEventsServiceGrpc.AsyncService Modifier and Type Method Description static io.grpc.ServerServiceDefinition
CrossNodesEventsServiceGrpc. bindService(CrossNodesEventsServiceGrpc.AsyncService service)
-