Interface Fetch

  • All Superinterfaces:
    java.util.function.Function<java.lang.String,​Response>

    public interface Fetch
    extends java.util.function.Function<java.lang.String,​Response>

    Function that is used to fetch the content from the esi-include src

    Gets the src url as argument.

    Needs to return a Response-Objekt with the content and status of the request.

    • Method Summary

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

        andThen, apply, compose