Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StreamChannel<E, A, B>

A convenient way to communicate between components. I'll be using them for domain and application events.

Type parameters

  • E

  • A

  • B

Hierarchy

  • Channel<E, keyof [Sink<A>, Stream<B>]>
    • StreamChannel

Index

Properties

Properties

Readonly defaultValue

defaultValue: () => Effects<E, keyof [Sink<A>, Stream<B>]>

Type declaration

    • (): Effects<E, keyof [Sink<A>, Stream<B>]>
    • Returns Effects<E, keyof [Sink<A>, Stream<B>]>

Generated using TypeDoc