private static class RequestProcessingConfigurator.AsyncContextFactory extends java.lang.Object implements java.util.function.Supplier<AsyncContext>
Modifier and Type | Field and Description |
---|---|
private RequestProcessingContextReference |
reference |
Modifier | Constructor and Description |
---|---|
private |
AsyncContextFactory(RequestProcessingContextReference reference) |
Modifier and Type | Method and Description |
---|---|
AsyncContext |
get() |
private final RequestProcessingContextReference reference
@Inject private AsyncContextFactory(RequestProcessingContextReference reference)
public AsyncContext get()
get
in interface java.util.function.Supplier<AsyncContext>