TriggerFactory class abstract
A factory which can create a TriggerExecutor based on the runtime type
of an TriggerConfiguration
.
- Implementers
Constructors
Properties
Methods
-
create(
TriggerConfiguration trigger) → TriggerExecutor< TriggerConfiguration> ? -
Create a TriggerExecutor based on
trigger
. Returns null iftrigger
is not supported by this factory. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onRegister(
) → void - Callback method when this package is being registered.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited