Uses of Interface
org.graylog.scheduler.rest.JobResourceHandler
Packages that use JobResourceHandler
-
Uses of JobResourceHandler in org.graylog.scheduler.rest
Constructor parameters in org.graylog.scheduler.rest with type arguments of type JobResourceHandlerModifierConstructorDescriptionJobResourceHandlerService(Map<String, JobResourceHandler> resourceHandlers) -
Uses of JobResourceHandler in org.graylog2.plugin
Methods in org.graylog2.plugin that return types with arguments of type JobResourceHandlerModifier and TypeMethodDescriptionprotected com.google.inject.multibindings.MapBinder<String,JobResourceHandler> PluginModule.jobResourceHandlerBinder()Method parameters in org.graylog2.plugin with type arguments of type JobResourceHandlerModifier and TypeMethodDescriptionprotected voidPluginModule.addJobResourceHandler(String jobType, Class<? extends JobResourceHandler> jobResourceHandlerClass)