ManualProbe

org.apache.pekko.stream.testkit.TestPublisher.ManualProbe
See theManualProbe companion class
object ManualProbe

Attributes

Companion
class
Source
StreamTestKit.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[T](autoOnSubscribe: Boolean)(implicit system: ClassicActorSystemProvider): ManualProbe[T]

Probe that implements org.reactivestreams.Publisher interface.

Probe that implements org.reactivestreams.Publisher interface.

Attributes

Source
StreamTestKit.scala
def create[T](autoOnSubscribe: Boolean, system: ClassicActorSystemProvider): ManualProbe[T]

JAVA API

JAVA API

Probe that implements org.reactivestreams.Publisher interface.

Attributes

Since

1.1.0

Source
StreamTestKit.scala