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