sample-extension-plugin/src/main/java/org/opensearch/jobscheduler/sampleextension/SampleExtensionPlugin.java [56:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public Collection<Object> createComponents(Client client, ClusterService clusterService, ThreadPool threadPool,
                                               ResourceWatcherService resourceWatcherService, ScriptService scriptService,
                                               NamedXContentRegistry xContentRegistry, Environment environment,
                                               NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry,
                                               IndexNameExpressionResolver indexNameExpressionResolver,
                                               Supplier<RepositoriesService> repositoriesServiceSupplier) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/opensearch/jobscheduler/JobSchedulerPlugin.java [67:73]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Override
    public Collection<Object> createComponents(Client client, ClusterService clusterService, ThreadPool threadPool,
                           ResourceWatcherService resourceWatcherService, ScriptService scriptService,
                           NamedXContentRegistry xContentRegistry, Environment environment,
                           NodeEnvironment nodeEnvironment, NamedWriteableRegistry namedWriteableRegistry,
                           IndexNameExpressionResolver indexNameExpressionResolver,
                           Supplier<RepositoriesService> repositoriesServiceSupplier) {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



