Interface SlotState.BusyWithResultAlreadyDetermined
-
- All Superinterfaces:
SlotState.BusyState
- All Known Implementing Classes:
SlotState.WaitingForEndOfResponseEntity
,SlotState.WaitingForResponseDispatch
,SlotState.WaitingForResponseEntitySubscription
- Enclosing class:
- SlotState
public static interface SlotState.BusyWithResultAlreadyDetermined extends SlotState.BusyState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotState
onConnectionCompleted(SlotContext ctx)
SlotState
onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
SlotState
onRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)
SlotState
onResponseEntityFailed(SlotContext ctx, java.lang.Throwable cause)
-
Methods inherited from interface akka.http.impl.engine.client.pool.SlotState.BusyState
failOngoingRequest, isIdle, onConnectionAttemptFailed, ongoingRequest, onShutdown, waitingForEndOfRequestEntity
-
-
-
-
Method Detail
-
onConnectionCompleted
SlotState onConnectionCompleted(SlotContext ctx)
- Specified by:
onConnectionCompleted
in interfaceSlotState.BusyState
-
onConnectionFailed
SlotState onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
- Specified by:
onConnectionFailed
in interfaceSlotState.BusyState
-
onRequestEntityFailed
SlotState onRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)
- Specified by:
onRequestEntityFailed
in interfaceSlotState.BusyState
-
onResponseEntityFailed
SlotState onResponseEntityFailed(SlotContext ctx, java.lang.Throwable cause)
-
-