Interface ListenableAsyncCloseable

All Superinterfaces:
AsyncCloseable, AutoCloseable
All Known Subinterfaces:
ClientFactory
All Known Implementing Classes:
AsyncCloseableSupport, ConsulEndpointGroup, DecoratingClientFactory, DnsAddressEndpointGroup, DnsServiceEndpointGroup, DnsTextEndpointGroup, DynamicEndpointGroup, EurekaEndpointGroup, HealthCheckedEndpointGroup, PropertiesEndpointGroup, Server, StartStopSupport, ZooKeeperEndpointGroup

public interface ListenableAsyncCloseable extends AsyncCloseable
A variant of AsyncCloseable which allows a user to check whether the object is closed or to get notified when closed.