public class MongoChangeStreamCursorDecoratorImpl<T> extends Object implements MongoChangeStreamCursorDecorator<T>
| Constructor and Description |
|---|
MongoChangeStreamCursorDecoratorImpl(com.mongodb.client.MongoChangeStreamCursor<T> implementation,
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker) |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.client.MongoChangeStreamCursor<T> |
getImpl() |
com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker |
getInvoker() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResumeTokenclose, getServerAddress, getServerCursor, hasNext, next, tryNextforEachRemaining, removepublic MongoChangeStreamCursorDecoratorImpl(com.mongodb.client.MongoChangeStreamCursor<T> implementation, com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker lockerCheckInvoker)
public com.mongodb.client.MongoChangeStreamCursor<T> getImpl()
getImpl in interface MongoChangeStreamCursorDecorator<T>getImpl in interface MongockIterator<T>getImpl in interface MongoCursorDecorator<T>public com.github.cloudyrock.mongock.driver.api.lock.guard.invoker.LockGuardInvoker getInvoker()
getInvoker in interface MongockIterator<T>getInvoker in interface MongoCursorDecorator<T>Copyright © 2021. All rights reserved.