9 lines
No EOL
200 B
C#
9 lines
No EOL
200 B
C#
using System;
|
|
|
|
namespace PhoenixLib.ServiceBus.Routing
|
|
{
|
|
public interface IRoutingInformationFactory
|
|
{
|
|
IRoutingInformation Create(Type type, string topic, string eventType);
|
|
}
|
|
} |