feat(templateMatcher): init. сделан воркер, контроллер. перенесена логика из TemplateTaskGenerator
This commit is contained in:
8
PARR.TemplateMatcher/IMqTemplateTaskGenerator.cs
Normal file
8
PARR.TemplateMatcher/IMqTemplateTaskGenerator.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PARR.TemplateMatcher
|
||||
{
|
||||
public interface IMqTemplateMatcher
|
||||
{
|
||||
Task StartAsync();
|
||||
Task StopAsync();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user