create abstract method
Create a TriggerExecutor based on trigger.
Returns null if trigger is not supported by this factory.
Implementation
TriggerExecutor? create(TriggerConfiguration trigger);
Create a TriggerExecutor based on trigger.
Returns null if trigger is not supported by this factory.
TriggerExecutor? create(TriggerConfiguration trigger);