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 SummaryModifier 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
- 
isIdleboolean isIdle()
- 
onConnectionAttemptFailed
- 
onConnectionCompleted
- 
onConnectionFailed
- 
onRequestEntityFailed
- 
onShutdown
- 
ongoingRequestPoolFlow.RequestContext ongoingRequest()
- 
waitingForEndOfRequestEntityboolean waitingForEndOfRequestEntity()
 
-