Class RouteTest$


  • public class RouteTest$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final RouteTest$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • RouteTest$

        public RouteTest$()
    • Method Detail

      • toFunctionPassThroughExceptions

        public scala.Function1<HttpRequest,​scala.concurrent.Future<HttpResponse>> toFunctionPassThroughExceptions​(scala.Function1<RequestContext,​scala.concurrent.Future<RouteResult>> route,
                                                                                                                        akka.actor.ClassicActorSystemProvider system)
        Turn the route into a function for testing, but do not handle exceptions in any way, instead, they are bubbled out as is to the caller.
        Parameters:
        route - (undocumented)
        system - (undocumented)
        Returns:
        (undocumented)