Handles Commands That Inherits From Command Type
class HandlesCommandsThatInheritsFromCommandType(baseCommandType: KClass<*>) : DeciderSupportsAggregateTypeChecker
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
Link copied to clipboard
Does the provided decider work with the AggregateType configured in the AggregateTypeConfiguration where this DeciderSupportsAggregateTypeChecker instance is configured as AggregateTypeConfiguration.deciderSupportsAggregateTypeChecker