Interface NotThrowingAutoCloseable
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
Handle,ReactiveSocket
- All Known Implementing Classes:
CallbackRegistry,DataMultiplexingInbox,ForwardingInbox,MaxTimesRepetition,Publisher,PubSubConnectionImplementation,PubSubSocketPair,QueueConnector,Reactor,SimpleClient,SimpleServer,Subscriber,SubscriptionTrackingInbox,TimeoutRegistry
public interface NotThrowingAutoCloseable 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
-
-