You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mario-renau-alstom (via GitHub)" <gi...@apache.org> on 2023/08/15 19:16:22 UTC

[GitHub] [incubator-pekko-samples] mario-renau-alstom opened a new pull request, #67: Created WorkResultConsumerActor for handling published events

mario-renau-alstom opened a new pull request, #67:
URL: https://github.com/apache/incubator-pekko-samples/pull/67

   A new WorkResultConsumerActor has been added to handle the processing of published events. This actor will receive events and process them accordingly based on their types (WorkAccepted, WorkStarted, etc.). 
   Also, the WorkManager.scala file was slightly modified to enable event publishing. 
   In Main.scala, a method createWorkResultsConsumer was added to initiate the WorkResultConsumerActor and subscribe it to the event stream. With these changes, all published events will now be handled properly by WorkResultConsumerActor.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-samples] pjfanning merged pull request #67: Created WorkResultConsumerActor for handling published events

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning merged PR #67:
URL: https://github.com/apache/incubator-pekko-samples/pull/67


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org