init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Kreta.MessageBroker.Configuration
|
||||
{
|
||||
/// <summary>
|
||||
/// Notification configuration section
|
||||
/// </summary>
|
||||
interface IMessageBrokerConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// Clients
|
||||
/// </summary>
|
||||
MessageClientConfigurationElementCollection Clients { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user