Class JaxRsClient


  • public final class JaxRsClient
    extends Object
    Point of access to ClientBuilder to support Helidon features, such as propagation of tracing, correct handling of Context.
    • Method Detail

      • defaultExecutor

        public static void defaultExecutor​(Supplier<ExecutorService> executorServiceSupplier)
        Configure the default executor supplier to be used for asynchronous requests when explicit supplier is not provided.
        Parameters:
        executorServiceSupplier - supplier that provides the executor service