TestSink

org.apache.pekko.stream.testkit.scaladsl.TestSink
object TestSink

Factory methods for test sinks.

Attributes

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

Members list

Value members

Concrete methods

def apply[T]()(implicit system: ClassicActorSystemProvider): Sink[T, Probe[T]]

A Sink that materialized to a pekko.stream.testkit.TestSubscriber.Probe.

A Sink that materialized to a pekko.stream.testkit.TestSubscriber.Probe.

Attributes

Source
TestSink.scala
def probe[T](implicit system: ActorSystem): Sink[T, Probe[T]]

A Sink that materialized to a pekko.stream.testkit.TestSubscriber.Probe.

A Sink that materialized to a pekko.stream.testkit.TestSubscriber.Probe.

Attributes

Source
TestSink.scala