Interface JobContext

All Known Implementing Classes:
JaxbJobContext

public interface JobContext
Runtime contextual information to be passed around with jobs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the job context identifier.
    Returns any additional contextual data.
  • Method Details

    • getId

      Long getId()
      Gets the job context identifier.
      Returns:
      the job context identifier
    • getProperties

      Map<String,String> getProperties()
      Returns any additional contextual data.
      Returns:
      the contextual data