-
Sets the executor service to use for a handling of asynchronous requests
with
AsyncResponse.
Creates JerseySupport builder based on a passed application.
JerseySupport.Builder.config(io.helidon.config.Config config)
Update configuration from Config.
Sets the executor service to use for a handling of request that matches a path
where the
JerseySupport is registered.
JerseySupport.Builder.injectionManager(org.glassfish.jersey.internal.inject.InjectionManager injectionManager)
Sets a Jersey injection manager to enable sharing across multiple JAX-RS
applications in the same Helidon application.
JerseySupport.Builder.register(Class<?> componentClass,
int priority)