Packages

package javadsl

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. javadsl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type FlowWithOffsetContext[In, Out] = FlowWithContext[In, CommittableOffset, Out, CommittableOffset, NotUsed]

    Java API

  2. 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.

  3. type SourceWithOffsetContext[T] = SourceWithContext[T, CommittableOffset, _]

    Java API

Value Members

  1. object FlowWithOffsetContext

    Java API

Inherited from AnyRef

Inherited from Any

Ungrouped