Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StreamletScope<O>

Type parameters

  • O

Hierarchy

  • StreamletScope

Index

Properties

Readonly streamletContext

streamletContext: null | StreamletContext

Readonly streamletScope

streamletScope: null | StreamletScope<O>

Methods

outlet

  • outlet(key: string): null | Outlet<O>
  • Parameters

    • key: string

    Returns null | Outlet<O>

Generated using TypeDoc