Class ActivityHandlerRegistry


  • @Component
    @Experimental
    public class ActivityHandlerRegistry
    extends Object
    Registry of activity handlers for different work definition types (either standard or customer-provided). This is similar to the task handler registry. However, the task handlers were identified by URI, whereas activity handlers have no such direct identifier. They are selected by work definition class (like `RecomputationWorkDefinition`) that is itself found in the work definition factory by either work definition bean type name (like `RecomputationWorkDefinitionType`) or legacy task handler URI (like `.../recompute/handler-3`).