Probe

org.apache.pekko.stream.testkit.TestPublisher.Probe
See theProbe companion class
object Probe

Attributes

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

Members list

Value members

Concrete methods

def apply[T](initialPendingRequests: Long)(implicit system: ClassicActorSystemProvider): Probe[T]

Attributes

Source
StreamTestKit.scala
def create[T](initialPendingRequests: Long, system: ClassicActorSystemProvider): Probe[T]

JAVA API

JAVA API

Attributes

Since

1.1.0

Source
StreamTestKit.scala