Interface FilteredTriggerConfiguration
-
- All Known Implementing Classes:
FilteredTriggerConfiguration.Empty
public interface FilteredTriggerConfiguration
Represents the configuration of aFilteredTrigger
, this interface can be implemented by developers to create configurations for their customTrigger
s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FilteredTriggerConfiguration.Empty
The defaultFilteredTriggerConfiguration
type for all the constructedTrigger
s.
-