Class ExecutionDirectives$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.ExecutionDirectives$
-
- All Implemented Interfaces:
ExecutionDirectives
public class ExecutionDirectives$ extends java.lang.Object implements ExecutionDirectives
-
-
Field Summary
Fields Modifier and Type Field Description static ExecutionDirectives$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ExecutionDirectives$()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.server.directives.ExecutionDirectives
handleExceptions, handleRejections
-
-
-
-
Field Detail
-
MODULE$
public static final ExecutionDirectives$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-