ProcessHookMessage
class ProcessHookMessage @Inject constructor(getConnector: GetConnector, queueClient: ProducerQueueClient, errorLogsRepo: ErrorLogsRepo)
Use case class responsible for processing hook messages.
Constructors
Link copied to clipboard
@Inject
Creates an instance of ProcessHookMessage with the specified dependencies.