Interface NoErrorAutoClosable
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
Channel<T>,MessageBus,MessageFunction,Pipe<T>
- All Known Implementing Classes:
PipeImpl
public interface NoErrorAutoClosable extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-