Uses of Class
io.inugami.api.processors.ProcessorModel
-
Packages that use ProcessorModel Package Description io.inugami.api.mapping.events io.inugami.api.models.events -
-
Uses of ProcessorModel in io.inugami.api.mapping.events
Methods in io.inugami.api.mapping.events that return types with arguments of type ProcessorModel Modifier and Type Method Description List<ProcessorModel>ListProcessorMapper. mapping(List<Object> data) -
Uses of ProcessorModel in io.inugami.api.models.events
Methods in io.inugami.api.models.events that return types with arguments of type ProcessorModel Modifier and Type Method Description Optional<List<ProcessorModel>>GenericEvent. getProcessors()Optional<List<ProcessorModel>>SimpleEvent. getProcessors()Methods in io.inugami.api.models.events with parameters of type ProcessorModel Modifier and Type Method Description EventBuilderEventBuilder. addProcessors(ProcessorModel... processors)SimpleEventBuilderSimpleEventBuilder. addProcessors(ProcessorModel... processors)Deprecated.TargetConfigBuilderTargetConfigBuilder. addProcessors(ProcessorModel... processors)Method parameters in io.inugami.api.models.events with type arguments of type ProcessorModel Modifier and Type Method Description EventBuilderEventBuilder. addProcessors(List<ProcessorModel> processors)SimpleEventBuilderSimpleEventBuilder. addProcessors(List<ProcessorModel> processors)Deprecated.TargetConfigBuilderTargetConfigBuilder. addProcessors(List<ProcessorModel> processors)Constructor parameters in io.inugami.api.models.events with type arguments of type ProcessorModel Constructor Description Event(String name, String from, String until, String provider, List<ProcessorModel> processors, List<TargetConfig> targets, String scheduler, String mapper, List<AlertingModel> alertings)GenericEvent(String name, String from, String unitl, String provider, List<ProcessorModel> processors, String mapper, List<AlertingModel> alertings)SimpleEvent(String name, String from, String until, String provider, List<ProcessorModel> processors, String query, String parent, String scheduler, String mapper, List<AlertingModel> alertings)TargetConfig(String name, String from, String until, String provider, List<ProcessorModel> processors, String query, String parent, String scheduler, String mapper, List<AlertingModel> alertings)
-