Interface SupplementalRoutes

All Superinterfaces:
org.apache.pekko.japi.function.Function<org.apache.pekko.http.javadsl.model.HttpRequest,Optional<CompletionStage<org.apache.pekko.http.javadsl.model.HttpResponse>>>, Serializable

public interface SupplementalRoutes extends org.apache.pekko.japi.function.Function<org.apache.pekko.http.javadsl.model.HttpRequest,Optional<CompletionStage<org.apache.pekko.http.javadsl.model.HttpResponse>>>
Supplemental http server routes.
Author:
Ville Koskela (ville dot koskela at inscopemetrics dot io)
  • Method Summary

    Methods inherited from interface org.apache.pekko.japi.function.Function

    apply