events.event is not in an active transaction,
or if the current state of its transaction is unknown.notification is not in an active
transaction, or if the current state of its transaction is unknown.TransformableFuture which returns some result of type O,
or throws an exception if unable to compute a result.Future representing the document this event should
publish.DocumentEvents.notifications.maxNotifications notifications, oldest
first.maxEvents document events in priority order.Future representing the collection of
DocumentEvents this notification should produce.Future which allows chaining FutureTransform functions onto its
eventually computed result, returning new TransformableFutures.Future which is backed by the Future returned from the provided
futureTransform function.TransformableFuture.transformAsync(FutureTransform), except useful in cases where you intentionally
do not care about the result value contained in the transform functions returned
Future.Future which is completed immediately when this Future
completes, with a value that is the result of applying the provided futureTransform
function to this Future's result.Copyright © 2016. All rights reserved.