Class JobSchedulerPluginModule

java.lang.Object
org.opensearch.common.inject.AbstractModule
org.opensearch.jobscheduler.JobSchedulerPluginModule
All Implemented Interfaces:
org.opensearch.common.inject.Module

public class JobSchedulerPluginModule extends org.opensearch.common.inject.AbstractModule
Guice Module to manage JobScheduler related objects
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for JobSchedulerPluginModule
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.opensearch.common.inject.AbstractModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JobSchedulerPluginModule

      public JobSchedulerPluginModule()
      Constructor for JobSchedulerPluginModule
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class org.opensearch.common.inject.AbstractModule