Interface ClientHttpEngineFactory

All Known Implementing Classes:
JettyHttpClientEngineFactory, VertxClientHttpEngineFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ClientHttpEngineFactory
A factory for creating HTTP engines for the Jakarta REST Client implementation.

Implementations are loaded via a ServiceLoader and may be annotated with @Priority to indicate ranking.

Author:
James R. Perkins