new EventQueuePublisher method overload
This commit is contained in:
@@ -3,4 +3,5 @@
|
|||||||
public interface IEventQueuePublisher
|
public interface IEventQueuePublisher
|
||||||
{
|
{
|
||||||
public Task PublishAsync<T>(T data) where T : class;
|
public Task PublishAsync<T>(T data) where T : class;
|
||||||
|
public Task PublishAsync<T>(string data, Type dataType) where T : class;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user