Package org.apache.pulsar.metadata.impl
Class EtcdSessionWatcher
java.lang.Object
org.apache.pulsar.metadata.impl.EtcdSessionWatcher
- All Implemented Interfaces:
AutoCloseable
Monitor the ETCd session state every few seconds and send notifications.
-
Constructor Summary
ConstructorsConstructorDescriptionEtcdSessionWatcher(io.etcd.jetcd.Client client, long sessionTimeoutMillis, Consumer<SessionEvent> sessionListener) -
Method Summary
-
Constructor Details
-
EtcdSessionWatcher
public EtcdSessionWatcher(io.etcd.jetcd.Client client, long sessionTimeoutMillis, Consumer<SessionEvent> sessionListener)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-