TestPublisher
Provides factory methods for various Publishers.
Attributes
- Source
- StreamTestKit.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TestPublisher.type
Members list
Type members
Classlikes
Attributes
- Source
- StreamTestKit.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PublisherEventtrait DeadLetterSuppressionclass Objecttrait Matchableclass AnyShow all
Implementation of org.reactivestreams.Publisher that allows various assertions. This probe does not track demand. Therefore you need to expect demand before sending elements downstream.
Implementation of org.reactivestreams.Publisher that allows various assertions. This probe does not track demand. Therefore you need to expect demand before sending elements downstream.
Attributes
- Companion
- object
- Source
- StreamTestKit.scala
- Supertypes
- Known subtypes
-
class Probe[T]
Attributes
- Companion
- class
- Source
- StreamTestKit.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ManualProbe.type
Single subscription and demand tracking for TestPublisher.ManualProbe.
Single subscription and demand tracking for TestPublisher.ManualProbe.
Attributes
- Companion
- object
- Source
- StreamTestKit.scala
- Supertypes
Attributes
- Companion
- class
- Source
- StreamTestKit.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Probe.type
Attributes
- Source
- StreamTestKit.scala
- Supertypes
- Known subtypes
Attributes
- Source
- StreamTestKit.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PublisherEventtrait DeadLetterSuppressionclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- StreamTestKit.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PublisherEventtrait DeadLetterSuppressionclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- StreamTestKit.scala
- Supertypes
- Self type
-
SubscriptionDone.type
Value members
Concrete methods
Publisher that signals complete to subscribers, after handing a void subscription.
Publisher that signals complete to subscribers, after handing a void subscription.
Attributes
- Source
- StreamTestKit.scala
Publisher that signals error to subscribers immediately after handing out subscription.
Publisher that signals error to subscribers immediately after handing out subscription.
Attributes
- Source
- StreamTestKit.scala
Publisher that subscribes the subscriber and completes after the first request.
Publisher that subscribes the subscriber and completes after the first request.
Attributes
- Source
- StreamTestKit.scala
Publisher that subscribes the subscriber and signals error after the first request.
Publisher that subscribes the subscriber and signals error after the first request.
Attributes
- Source
- StreamTestKit.scala
Probe that implements org.reactivestreams.Publisher interface.
Probe that implements org.reactivestreams.Publisher interface.
Attributes
- Source
- StreamTestKit.scala
Probe that implements org.reactivestreams.Publisher interface and tracks demand.
Probe that implements org.reactivestreams.Publisher interface and tracks demand.
Attributes
- Source
- StreamTestKit.scala