onIntegrationDelete property

Stream<IntegrationDeleteEvent> onIntegrationDelete
inherited

A Stream of IntegrationDeleteEvents received by this client.

Implementation

Stream<IntegrationDeleteEvent> get onIntegrationDelete => onEvent.whereType<IntegrationDeleteEvent>();