DisableEventProcessingUseCase

Disables processing of incoming events but still mark them as processed.

This use case useful for testing error scenarios where messages have been lost, putting the client in an inconsistent state with the backend.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(disabled: Boolean)