Interface ContextHandleFactory

    • Method Detail

      • saveContext

        SetupContextHandle saveContext​(jakarta.enterprise.concurrent.ContextService contextService,
                                       Map<String,​String> contextObjectProperties)
        Parameters:
        contextService -
        contextObjectProperties -
        Returns:
        See Also:
        ContextSetupProvider.saveContext(jakarta.enterprise.concurrent.ContextService, java.util.Map)
      • getChainPriority

        int getChainPriority()
        The factory priority is used to define the order of handles when chained. The handle with the lowest priority is the first in the chain.
        Returns:
      • getName

        String getName()
        Retrieves the factory's name.
        Returns: