6 changed files with 3 additions and 56 deletions
@ -1,13 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace CoreAgent.Domain.Interfaces.CustomWSClient |
|||
{ |
|||
public interface ICustomMessageHandler |
|||
{ |
|||
void HandleMessage(string MsgData, IObserverCustomWebSocketClient observer); |
|||
} |
|||
} |
@ -1,13 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace CoreAgent.Domain.Interfaces.CustomWSClient |
|||
{ |
|||
public interface IObserverCustomWebSocketClient |
|||
{ |
|||
public void SendMessage(string message); |
|||
} |
|||
} |
@ -1,13 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace CoreAgent.Domain.Interfaces.ProtocolLogHandlers |
|||
{ |
|||
public interface IProtocolLogsProviderObserver |
|||
{ |
|||
void OnData(string msg); |
|||
} |
|||
} |
@ -1,15 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace CoreAgent.Domain.Interfaces.ProtocolLogHandlers |
|||
{ |
|||
public interface IProtocollHandleLogs |
|||
{ |
|||
public void RunStart(); |
|||
|
|||
public void RunStop(); |
|||
} |
|||
} |
Loading…
Reference in new issue