|
|
@ -4,7 +4,7 @@ namespace EventHub |
|
|
{ |
|
|
{ |
|
|
public static class EventHubGlobalFeatureConfigurator |
|
|
public static class EventHubGlobalFeatureConfigurator |
|
|
{ |
|
|
{ |
|
|
private static readonly OneTimeRunner OneTimeRunner = new OneTimeRunner(); |
|
|
private static readonly OneTimeRunner OneTimeRunner = new(); |
|
|
|
|
|
|
|
|
public static void Configure() |
|
|
public static void Configure() |
|
|
{ |
|
|
{ |
|
|
@ -20,4 +20,4 @@ namespace EventHub |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |