Class RejectCrossNodesEventsInterceptor
java.lang.Object
com.atlassian.bamboo.grpc.interceptor.RejectCrossNodesEventsInterceptor
- All Implemented Interfaces:
io.grpc.ServerInterceptor
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRejectCrossNodesEventsInterceptor
(BambooClusterSettings bambooClusterSettings) -
Method Summary
Modifier and TypeMethodDescription<ReqT,
RespT>
io.grpc.ServerCall.Listener<ReqT>interceptCall
(io.grpc.ServerCall<ReqT, RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT, RespT> next)
-
Field Details
-
BAMBOO_NOT_READY_TO_RECEIVE_CROSS_NODES_EVENTS
- See Also:
-
-
Constructor Details
-
RejectCrossNodesEventsInterceptor
-
-
Method Details
-
interceptCall
public <ReqT,RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT, RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT, RespT> next) - Specified by:
interceptCall
in interfaceio.grpc.ServerInterceptor
-