TResult
- The type of the result.public interface ListCollectionsPublisher<TResult>
extends org.reactivestreams.Publisher<TResult>
Modifier and Type | Method and Description |
---|---|
ListCollectionsPublisher<TResult> |
filter(org.bson.conversions.Bson filter)
Sets the query filter to apply to the query.
|
ListCollectionsPublisher<TResult> |
maxTime(long maxTime,
TimeUnit timeUnit)
Sets the maximum execution time on the server for this operation.
|
ListCollectionsPublisher<TResult> filter(org.bson.conversions.Bson filter)
filter
- the filter, which may be null.ListCollectionsPublisher<TResult> maxTime(long maxTime, TimeUnit timeUnit)
maxTime
- the max timetimeUnit
- the time unit, which may not be null