Interface RequestHandler<Q extends Request>

  • Type Parameters:
    Q - type of request
    All Superinterfaces:
    java.util.function.Function<Q,​Q>

    public interface RequestHandler<Q extends Request>
    extends java.util.function.Function<Q,​Q>
    Marker interface for a request handler.
    Author:
    Middleware Services
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose