mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
have akka.net and signalr communicating
This commit is contained in:
7
Management.Web/IActorBridge.cs
Normal file
7
Management.Web/IActorBridge.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Management.Actors;
|
||||
|
||||
public interface IActorBridge
|
||||
{
|
||||
void Tell(object message);
|
||||
Task<T> Ask<T>(object message);
|
||||
}
|
||||
Reference in New Issue
Block a user