reactivemongo.actors.pattern

Members list

Value members

Inherited methods

Returns a scala.concurrent.Future that will be completed with the success or failure of the provided value after the specified duration.

Returns a scala.concurrent.Future that will be completed with the success or failure of the provided value after the specified duration.

Attributes

Inherited from:
FutureTimeoutSupport

Returns a scala.concurrent.Future that will be completed with the success or failure of the provided value after the specified duration.

Returns a scala.concurrent.Future that will be completed with the success or failure of the provided value after the specified duration.

Attributes

Inherited from:
FutureTimeoutSupport
def afterCompletionStage[T](duration: FiniteDuration, using: Scheduler)(value: => CompletionStage[T])(implicit ec: ExecutionContext): CompletionStage[T]

Returns a java.util.concurrent.CompletionStage that will be completed with the success or failure of the provided value after the specified duration.

Returns a java.util.concurrent.CompletionStage that will be completed with the success or failure of the provided value after the specified duration.

Attributes

Inherited from:
FutureTimeoutSupport
def afterCompletionStage[T](duration: FiniteDuration)(value: => CompletionStage[T])(implicit system: ClassicActorSystemProvider): CompletionStage[T]

Returns a java.util.concurrent.CompletionStage that will be completed with the success or failure of the provided value after the specified duration.

Returns a java.util.concurrent.CompletionStage that will be completed with the success or failure of the provided value after the specified duration.

Attributes

Inherited from:
FutureTimeoutSupport