Interface SlotState.BusyState
- All Known Subinterfaces:
SlotState.BusyWithResultAlreadyDetermined
- All Known Implementing Classes:
SlotState.Connecting,SlotState.PushingRequestToConnection,SlotState.WaitingForEndOfResponseEntity,SlotState.WaitingForResponse,SlotState.WaitingForResponseDispatch,SlotState.WaitingForResponseEntitySubscription
- Enclosing class:
- SlotState
public static interface SlotState.BusyState
-
Method Summary
Modifier and TypeMethodDescriptionfailOngoingRequest(SlotContext ctx, String signal, Throwable cause) booleanisIdle()onConnectionAttemptFailed(SlotContext ctx, Throwable cause) onConnectionFailed(SlotContext ctx, Throwable cause) onRequestEntityFailed(SlotContext ctx, Throwable cause) voidonShutdown(SlotContext ctx) boolean
-
Method Details
-
failOngoingRequest
-
isIdle
boolean isIdle() -
onConnectionAttemptFailed
-
onConnectionCompleted
-
onConnectionFailed
-
onRequestEntityFailed
-
onShutdown
-
ongoingRequest
PoolFlow.RequestContext ongoingRequest() -
waitingForEndOfRequestEntity
boolean waitingForEndOfRequestEntity()
-