Interface RequestScoper.CloseableScope

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable
    Enclosing interface:
    RequestScoper

    public static interface RequestScoper.CloseableScope
    extends java.io.Closeable
    Closeable subclass that does not throw any exceptions from close.
    • Method Detail

      • close

        void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable