Method CreateAndInitializeSinkInstance
CreateAndInitializeSinkInstance<T>(Logger, SinkConfiguration)
Standard way of creation and init the sink
Declaration
public static T CreateAndInitializeSinkInstance<T>(Logger logger, SinkConfiguration configuration) where T : SinkSystemBase, new()
Parameters
Type | Name | Description |
---|---|---|
Logger | logger | Parent Logger |
SinkConfiguration | configuration | Configuration that stores all the data needed for the init |
Returns
Type | Description |
---|---|
T | Specific SinkSystemBase sink instance, already Initialized |
Type Parameters
Name | Description |
---|---|
T | SinkSystemBase |