Type alias InteropBrokerDisconnectionEvent

InteropBrokerDisconnectionEvent: {
    brokerName: string;
    topic: string;
    type: string;
}

Type declaration

  • brokerName: string
  • topic: string
  • type: string

Generated using TypeDoc