Class FbWrap

    • Constructor Detail

      • FbWrap

        public FbWrap​(Fallback fbk)
        Ctor.
        Parameters:
        fbk - Fallback
    • Method Detail

      • route

        public final Opt<Response> route​(RqFallback req)
                                  throws Exception
        Description copied from interface: Fallback
        Dispatch this request and either swallow it or ignore.
        Specified by:
        route in interface Fallback
        Parameters:
        req - Request
        Returns:
        An iterator of responses or an empty iterator
        Throws:
        Exception - If fails