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]
API doc should describe what will be done to the incoming messages to the flow, and what messages will be emitted by the flow.
- def flowAsyncMapped()(implicit ec: ExecutionContext): Flow[ReferenceWriteMessage, ReferenceWriteResult, NotUsed]
If the operator needs an ExecutionContext, take it as an implicit parameter.
- 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, Future[Done]]
API doc should describe where the messages are coming from.
API doc should describe where the messages are coming from.
Also describe the significance of the materialized value.