Class ChangeStreamIterableDecoratorImpl<T>
java.lang.Object
com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.impl.ChangeStreamIterableDecoratorImpl<T>
- All Implemented Interfaces:
ChangeStreamIterableDecorator<T>,MongoIterableDecorator<com.mongodb.client.model.changestream.ChangeStreamDocument<T>>,com.mongodb.client.ChangeStreamIterable<T>,com.mongodb.client.MongoIterable<com.mongodb.client.model.changestream.ChangeStreamDocument<T>>,java.lang.Iterable<com.mongodb.client.model.changestream.ChangeStreamDocument<T>>
public class ChangeStreamIterableDecoratorImpl<T> extends java.lang.Object implements ChangeStreamIterableDecorator<T>
-
Constructor Summary
Constructors Constructor Description ChangeStreamIterableDecoratorImpl(com.mongodb.client.ChangeStreamIterable<T> implementation, io.changock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) -
Method Summary
Modifier and Type Method Description com.mongodb.client.ChangeStreamIterable<T>getImpl()io.changock.driver.api.lock.guard.invoker.LockGuardInvokergetInvoker()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.ChangeStreamIterableDecorator
batchSize, collation, cursor, fullDocument, maxAwaitTime, resumeAfter, startAfter, startAtOperationTime, withDocumentClassMethods inherited from interface com.github.cloudyrock.mongock.driver.mongodb.sync.v4.decorator.MongoIterableDecorator
first, forEach, into, iterator, map, spliterator
-
Constructor Details
-
ChangeStreamIterableDecoratorImpl
public ChangeStreamIterableDecoratorImpl(com.mongodb.client.ChangeStreamIterable<T> implementation, io.changock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
-
-
Method Details
-
getImpl
- Specified by:
getImplin interfaceChangeStreamIterableDecorator<T>- Specified by:
getImplin interfaceMongoIterableDecorator<T>
-
getInvoker
public io.changock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()- Specified by:
getInvokerin interfaceMongoIterableDecorator<T>
-