Interface JobExecutorResolver


public interface JobExecutorResolver
Create the Job with the proper Recipient based on the JobDetails
  • Method Summary

    Modifier and Type
    Method
    Description
    get(JobDetails jobDetails)
    - JobDetails -> create Recipient (HTTP, Sink, Kafka) : maybe a generic with a property to identify (Map<> config, String type) - ExecutorManager -> find the proper executor
  • Method Details

    • get

      JobExecutor get(JobDetails jobDetails)
      - JobDetails -> create Recipient (HTTP, Sink, Kafka) : maybe a generic with a property to identify (Map<> config, String type) - ExecutorManager -> find the proper executor