public interface RequestScoper
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RequestScoper.CloseableScope
Closeable subclass that does not throw any exceptions from close.
|
| Modifier and Type | Method and Description |
|---|---|
RequestScoper.CloseableScope |
open()
Opens up the request scope until the returned object is closed.
|
RequestScoper.CloseableScope open()