Interface JobExecutorResolver
public interface JobExecutorResolver
Create the Job with the proper Recipient based on the JobDetails
-
Method Summary
Modifier and TypeMethodDescriptionget(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
- JobDetails -> create Recipient (HTTP, Sink, Kafka) : maybe a generic with a property to identify (Map<> config, String type) - ExecutorManager -> find the proper executor
-