refactor(IAuthClientHandler): umbenannt in IListenHandler
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
|
||||
public interface IAuthClient : IAuthClientHandler, ISenderHandler
|
||||
public interface IAuthClient : IListenHandler, ISenderHandler
|
||||
{
|
||||
bool IsConnected { get; }
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace DigitalData.Auth.Abstractions;
|
||||
|
||||
public interface IAuthClientHandler
|
||||
public interface IListenHandler
|
||||
{
|
||||
Task ReceiveMessageAsync(string user, string message);
|
||||
}
|
||||
Reference in New Issue
Block a user