TestSink

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

Java API

Attributes

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

Members list

Value members

Concrete methods

def create[T](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](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