Decider Supports Aggregate Type Checker
Checker strategy that is configured on the AggregateTypeConfiguration for a specific AggregateTypeConfiguration and AggregateType combination. If the doesDeciderWorkWithThisAggregateType method returns true for a given Decider instance then Decider is determined to work with the AggregateType that the AggregateTypeConfiguration that uses this HandlesCommandsThatInheritsFromCommandType object instance is configured with
See also
Inheritors
Types
Checks the first type argument to the concrete Decider and check if it inherits from the baseCommandType - if it does then the Decider is determined to work with the AggregateType that the AggregateTypeConfiguration that uses this HandlesCommandsThatInheritsFromCommandType object instance is configured with
Functions
Does the provided decider work with the AggregateType configured in the AggregateTypeConfiguration where this DeciderSupportsAggregateTypeChecker instance is configured as AggregateTypeConfiguration.deciderSupportsAggregateTypeChecker