object TestSource
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def create[T](system: ClassicActorSystemProvider): Source[T, Probe[T]]
A Source that materializes to a akka.stream.testkit.TestPublisher.Probe.
Deprecated Value Members
- def probe[T](system: ActorSystem): Source[T, Probe[T]]
A Source that materializes to a akka.stream.testkit.TestPublisher.Probe.
A Source that materializes to a akka.stream.testkit.TestPublisher.Probe.
- Annotations
- @deprecated
- Deprecated
(Since version 2.7.0) Use
TestSource.create
with ClassicActorSystemProvider instead.
Java API