TestSource

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

Java API

Attributes

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

Members list

Value members

Concrete methods

def create[T](system: ClassicActorSystemProvider): Source[T, Probe[T]]

A Source that materializes to a pekko.stream.testkit.TestPublisher.Probe.

A Source that materializes to a pekko.stream.testkit.TestPublisher.Probe.

Attributes

Source
TestSource.scala
def probe[T](system: ActorSystem): Source[T, Probe[T]]

A Source that materializes to a pekko.stream.testkit.TestPublisher.Probe.

A Source that materializes to a pekko.stream.testkit.TestPublisher.Probe.

Attributes

Source
TestSource.scala