object Reference
- Source
- Reference.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reference
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def flow(): Flow[ReferenceWriteMessage, ReferenceWriteResult, NotUsed]
Only convert the flow type, as the materialized value type is the same between Java and Scala.
- def flowAsyncMapped(ex: Executor): Flow[ReferenceWriteMessage, ReferenceWriteResult, NotUsed]
In Java API take Executor as parameter if the operator needs to perform asynchronous tasks.
- def flowWithResource(): Flow[ReferenceWriteMessage, ReferenceWriteResult, NotUsed]
An implementation of a flow that needs access to materializer or attributes during materialization.
- def source(settings: SourceSettings): Source[ReferenceReadResult, CompletionStage[Done]]
No Java API at the start of the method doc needed, since the package is dedicated to the Java API.
No Java API at the start of the method doc needed, since the package is dedicated to the Java API.
Call Scala source factory and convert both: the source and materialized values to Java classes.