Package akka.http.impl.engine.client
Class PoolInterface.ShutdownReason$.ShutdownRequested$
- java.lang.Object
-
- akka.http.impl.engine.client.PoolInterface.ShutdownReason$.ShutdownRequested$
-
- All Implemented Interfaces:
PoolInterface.ShutdownReason
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- PoolInterface.ShutdownReason$
public static class PoolInterface.ShutdownReason$.ShutdownRequested$ extends java.lang.Object implements PoolInterface.ShutdownReason, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PoolInterface.ShutdownReason$.ShutdownRequested$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ShutdownRequested$()
-
-
-
Field Detail
-
MODULE$
public static final PoolInterface.ShutdownReason$.ShutdownRequested$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-