Package org.apache.pulsar.metadata.impl
Class EtcdSessionWatcher
- java.lang.Object
-
- org.apache.pulsar.metadata.impl.EtcdSessionWatcher
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class EtcdSessionWatcher extends java.lang.Object implements java.lang.AutoCloseableMonitor the ETCd session state every few seconds and send notifications.
-
-
Constructor Summary
Constructors Constructor Description EtcdSessionWatcher(io.etcd.jetcd.Client client, long sessionTimeoutMillis, java.util.function.Consumer<SessionEvent> sessionListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()
-
-
-
Constructor Detail
-
EtcdSessionWatcher
public EtcdSessionWatcher(io.etcd.jetcd.Client client, long sessionTimeoutMillis, java.util.function.Consumer<SessionEvent> sessionListener)
-
-