Packages

package scaladsl

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

Type Members

  1. type FlowWithCommittableContext[-In, +Out] = FlowWithContext[In, Committable, Out, Committable, NotUsed]
  2. abstract class RunnableGraphStreamletLogic extends AkkaStreamletLogic

    Can be used to define a cloudflow.akkastream.AkkaStreamletLogic from a RunnableGraph[_], which will be materialized and instrumented when the cloudflow.akkastream.AkkaServerStreamlet is run.

  3. type SourceWithCommittableContext[+T] = SourceWithContext[T, Committable, _]
  4. type FlowWithOffsetContext[-In, +Out] = FlowWithContext[In, CommittableOffset, Out, CommittableOffset, NotUsed]

    Deprecated API *

    Deprecated API *

    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.1) Use FlowWithCommittableContext instead.

  5. type SourceWithOffsetContext[+T] = SourceWithContext[T, CommittableOffset, _]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.4) Use SourceWithCommittableContext instead.

Value Members

  1. object FlowWithCommittableContext

Deprecated Value Members

  1. object FlowWithOffsetContext
    Annotations
    @deprecated
    Deprecated

    (Since version 1.3.1) Use FlowWithCommittableContext instead.

Inherited from AnyRef

Inherited from Any

Ungrouped