Class SlotState$
- java.lang.Object
-
- akka.http.impl.engine.client.pool.SlotState$
-
public class SlotState$ extends java.lang.Object
Internal APIImplementation of slot logic that is completed decoupled from the machinery bits which are implemented in the GraphStageLogic and exposed only through
SlotContext
.
-
-
Field Summary
Fields Modifier and Type Field Description static SlotState$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SlotState$()
-
-
-
Field Detail
-
MODULE$
public static final SlotState$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-