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