Class ListenerRoot

java.lang.Object
com.linecorp.armeria.xds.ListenerRoot
All Implemented Interfaces:
SafeCloseable, SnapshotWatcher<ListenerSnapshot>, AutoCloseable

@UnstableApi public final class ListenerRoot extends Object
A root node representing a Listener. Users may query the latest value of this resource or add a watcher to be notified of changes. Note that it is important to close this resource to avoid leaking connections to the control plane server.