Type Alias MsgCallback<T>

MsgCallback<T>: ((err: NatsError | null, msg: T) => void)

Type Parameters

  • T