Cleaned up request acks. Added internal service bus for internal messaging.
This commit is contained in:
8
Hermes/Socket/Requests/IRequestAck.cs
Normal file
8
Hermes/Socket/Requests/IRequestAck.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace TwitchChatTTS.Hermes.Socket.Requests
|
||||
{
|
||||
public interface IRequestAck
|
||||
{
|
||||
string Name { get; }
|
||||
void Acknowledge(string requestId, string json, IDictionary<string, object>? requestData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user