Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Hello

Hierarchy

Indexable

[property: string]: any

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected cache

cache: ICache

Protected imq

imq: IMessageQueue

Protected logger

logger: ILogger

name

name: string

options

Methods

describe

destroy

  • destroy(): Promise<void>

hello

  • hello(name?: undefined | string): string
  • Says hello using given name

    Parameters

    • Optional name: undefined | string

    Returns string

    • hello string

start

  • start(): Promise<undefined | IMessageQueue>
  • Initializes this instance of service and starts handling request messages.

    Returns Promise<undefined | IMessageQueue>

stop

  • stop(): Promise<void>