An incremunica Polling Source Watch Actor.

Hierarchy (View Summary)

Constructors

Properties

beforeActors: Actor<IActionSourceWatch, IActorTest, IActorSourceWatchOutput>[]

Actor that must be registered in the bus before this actor.

bus: Bus<
    Actor<IActionSourceWatch, IActorTest, IActorSourceWatchOutput>,
    IActionSourceWatch,
    IActorTest,
    IActorSourceWatchOutput,
>

The bus this actor subscribes to.

defaultPollingPeriod: number
mediatorHttp: MediatorHttp
name: string

The name for this actor.

{<rdf:subject>}
priority: number

Methods

  • Parameters

    • context: IActionContext
    • Optionaldata: () => any

    Returns any

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Parameters

    • context: IActionContext
    • message: string
    • Optionaldata: () => any

    Returns void

  • Get the logger from the given context.

    Parameters

    • context: IActionContext

      An optional context.

    Returns undefined | Logger

    The logger or undefined.