onIntegrationUpdate property

Stream<IntegrationUpdateEvent> onIntegrationUpdate
inherited

A Stream of IntegrationUpdateEvents received by this client.

Implementation

Stream<IntegrationUpdateEvent> get onIntegrationUpdate => onEvent.whereType<IntegrationUpdateEvent>();