Interface PartitionEventListener
public interface PartitionEventListener
A listener for the various state querying partition. Used in
ChangeStream-
Method Summary
Modifier and TypeMethodDescriptionvoidonException(Partition partition, Exception ex) voidvoidbooleanonStuckPartition(String token)
-
Method Details
-
onRun
- Throws:
InterruptedException
-
onFinish
-
onException
- Throws:
InterruptedException
-
onStuckPartition
- Throws:
InterruptedException
-