Interface Closer
-
- All Known Implementing Classes:
CloserImpl
public interface CloserA service that allows users to close anyCloseablethat when the request completes.Meant to be used a Resource Method parameter using
Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Closeable c)Register a newCloseablethat is to be closed when the request completes.
-