Configuration for Broker.
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
using MessengerBroker.Configuration.Model.Servers.Base;
|
||||
|
||||
namespace MessengerBroker.Configuration.Model.Servers
|
||||
{
|
||||
/// <summary>
|
||||
/// Server that is pulling data from us and has to provide alternate service for us.
|
||||
/// </summary>
|
||||
public class SlaveServer : Server
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user