Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Service/Middleware/service.broadcast.local"

Index

Functions

Functions

_broadcastLocal

  • _broadcastLocal(params: IServDiscMwParam, next: any, done: any, xyz: any): void
  • will ignore the service path enitrely and will send the message to every known host in localhost. Note that this module does not resolve path addresses

    function

    _braodcastLocal

    Parameters

    • params: IServDiscMwParam
    • next: any

      used to call the next middleware

    • done: any

      used to end the middleware stack

    • xyz: any

      reference to the caller's xyz instance

    Returns void

Generated using TypeDoc