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