Class BackgroundTaskExecutionKey

  • All Implemented Interfaces:
    Serializable

    public class BackgroundTaskExecutionKey
    extends Object
    implements Serializable
    This is used to identify background task executions logically - only by class name and context. The id cannot be used in the identity because a new one is created when attempting to re-schedule the same context.
    See Also:
    Serialized Form
    • Constructor Detail

      • BackgroundTaskExecutionKey

        public BackgroundTaskExecutionKey​(String className,
                                          String context)