Task Listener .net core implementation

How can I implement Task Listener in my .net core project?

Is there a .net core class as we have a java class?

any suggestions?

Hi

I think this is not possible out-of-the box.
But you can implement a small Spring Boot application with camunda-starter and then notify your .net core application over SignalR or something similar → https://docs.microsoft.com/en-us/aspnet/core/signalr/java-client

Cheers Silvan