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 SlotStateonConnectionCompleted(SlotContext ctx)SlotStateonConnectionFailed(SlotContext ctx, java.lang.Throwable cause)SlotStateonRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)SlotStateonResponseEntityFailed(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:
onConnectionCompletedin interfaceSlotState.BusyState
-
onConnectionFailed
SlotState onConnectionFailed(SlotContext ctx, java.lang.Throwable cause)
- Specified by:
onConnectionFailedin interfaceSlotState.BusyState
-
onRequestEntityFailed
SlotState onRequestEntityFailed(SlotContext ctx, java.lang.Throwable cause)
- Specified by:
onRequestEntityFailedin interfaceSlotState.BusyState
-
onResponseEntityFailed
SlotState onResponseEntityFailed(SlotContext ctx, java.lang.Throwable cause)
-
-