Interface ArtemisCloseable
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Subinterfaces:
CriticalCloseable
public interface ArtemisCloseable extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()The main purpose of this interface is to hide the exception since it is not needed.
-