RDB-136 Flow tabel wordt niet meer opgeruimd Bij een exceptie in Flow
Refactoring om de actie van de Exceptionstrategie door te geven aan de cleanup stack Deel 2 Megre bug geresolved
This commit is contained in:
parent
be7637e784
commit
9b0984ec5a
@ -10,11 +10,13 @@ namespace Tapeti.Flow.Default
|
|||||||
public class FlowStarter : IFlowStarter
|
public class FlowStarter : IFlowStarter
|
||||||
{
|
{
|
||||||
private readonly IConfig config;
|
private readonly IConfig config;
|
||||||
|
private readonly ILogger logger;
|
||||||
|
|
||||||
|
|
||||||
public FlowStarter(IConfig config)
|
public FlowStarter(IConfig config, ILogger logger)
|
||||||
{
|
{
|
||||||
this.config = config;
|
this.config = config;
|
||||||
|
this.logger = logger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user