package scaladsl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- scaladsl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type FlowWithOffsetContext[-In, +Out] = FlowWithContext[In, CommittableOffset, Out, CommittableOffset, NotUsed]
-
abstract
class
RunnableGraphStreamletLogic extends AkkaStreamletLogic
Can be used to define a AkkaStreamletLogic from a
RunnableGraph[_]
, which will be materialized and instrumented when the AkkaStreamlet is run. - type SourceWithOffsetContext[T] = SourceWithContext[T, CommittableOffset, NotUsed]
Value Members
- object FlowWithOffsetContext