object TestSubscriber
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestSubscriber
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
ManualProbe[I] extends Subscriber[I]
Implementation of org.reactivestreams.Subscriber that allows various assertions.
Implementation of org.reactivestreams.Subscriber that allows various assertions.
All timeouts are dilated automatically, for more details about time dilation refer to akka.testkit.TestKit.
- final case class OnError(cause: Throwable) extends SubscriberEvent with Product with Serializable
- final case class OnNext[I](element: I) extends SubscriberEvent with Product with Serializable
- final case class OnSubscribe(subscription: Subscription) extends SubscriberEvent with Product with Serializable
-
class
Probe[T] extends ManualProbe[T]
Single subscription tracking for ManualProbe.
- trait SubscriberEvent extends DeadLetterSuppression with NoSerializationVerificationNeeded
Value Members
-
def
manualProbe[T]()(implicit system: ActorSystem): ManualProbe[T]
Probe that implements org.reactivestreams.Subscriber interface.
- def probe[T]()(implicit system: ActorSystem): Probe[T]
- object OnComplete extends SubscriberEvent with Product with Serializable