Closed mario-renau-a closed 1 year ago
The README.md file mentions and non-existing WorkResultConsumerActor that consumes results and logs them. I have created this actor that consumes the events generated by the WorkManager:
WorkResultConsumerActor
.withEventPublishing(enabled = true)
The README.md file mentions and non-existing
WorkResultConsumerActor
that consumes results and logs them. I have created this actor that consumes the events generated by the WorkManager: