refactor(ISenderHandler): Umbenennung in IAuthSenderHandler.
- umbenannt in SendMessageAsync als SendKeyAsync
This commit is contained in:
6
DigitalData.Auth.Abstractions/IAuthSenderHandler.cs
Normal file
6
DigitalData.Auth.Abstractions/IAuthSenderHandler.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
|
||||
public interface IAuthSenderHandler
|
||||
{
|
||||
Task SendKeyAsync(string topic, string key);
|
||||
}
|
||||
Reference in New Issue
Block a user