public class ChangeStreamIterableDecoratorImpl<T> extends Object implements ChangeStreamIterableDecorator<T>
| Constructor and Description |
|---|
ChangeStreamIterableDecoratorImpl(com.mongodb.client.ChangeStreamIterable<T> implementation,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.client.ChangeStreamIterable<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatchSize, collation, cursor, fullDocument, maxAwaitTime, resumeAfter, startAfter, startAtOperationTime, withDocumentClassfirst, forEach, into, iterator, map, spliteratorpublic ChangeStreamIterableDecoratorImpl(com.mongodb.client.ChangeStreamIterable<T> implementation, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
public com.mongodb.client.ChangeStreamIterable<T> getImpl()
getImpl in interface ChangeStreamIterableDecorator<T>getImpl in interface MongoIterableDecorator<com.mongodb.client.model.changestream.ChangeStreamDocument<T>>public com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface MongoIterableDecorator<com.mongodb.client.model.changestream.ChangeStreamDocument<T>>Copyright © 2021. All rights reserved.