Uses of Class
io.inugami.api.models.events.GenericEvent
-
-
Uses of GenericEvent in io.inugami.api.ctx
Methods in io.inugami.api.ctx with parameters of type GenericEvent Modifier and Type Method Description voidDynamicEventProcessor. process(GenericEvent event, ProviderFutureResult providerResult, String channelName) -
Uses of GenericEvent in io.inugami.api.exceptions.services
Methods in io.inugami.api.exceptions.services that return types with arguments of type GenericEvent Modifier and Type Method Description Optional<GenericEvent>EventProcessException. getEvent()Constructors in io.inugami.api.exceptions.services with parameters of type GenericEvent Constructor Description EventProcessException(GenericEvent event, TargetConfig target, int code, String message, Throwable cause)EventProcessException(GenericEvent event, TargetConfig target, String message, Throwable cause) -
Uses of GenericEvent in io.inugami.api.models.events
Subclasses of GenericEvent in io.inugami.api.models.events Modifier and Type Class Description classEventEventclassSimpleEventEventclassTargetConfigTargetMethods in io.inugami.api.models.events that return GenericEvent Modifier and Type Method Description GenericEventEvent. cloneObj()GenericEventGenericEvent. cloneObj()GenericEventSimpleEvent. cloneObj()GenericEventTargetConfig. cloneObj() -
Uses of GenericEvent in io.inugami.api.processors
Methods in io.inugami.api.processors with parameters of type GenericEvent Modifier and Type Method Description ProviderFutureResultProcessor. process(GenericEvent event, ProviderFutureResult data) -
Uses of GenericEvent in io.inugami.api.providers.concurrent
Methods in io.inugami.api.providers.concurrent that return GenericEvent Modifier and Type Method Description GenericEventFutureData. getEvent()GenericEventFutureDataResult. getEvente()Methods in io.inugami.api.providers.concurrent with parameters of type GenericEvent Modifier and Type Method Description FutureDataBuilder<T>FutureDataBuilder. addEvent(GenericEvent event)TOnDoneFunction. onDone(T resultData, GenericEvent currentEvent, String channel)TOnErrorFunction. onError(GenericEvent event, String channel, Callable<ProviderFutureResult> task, Exception error)Constructors in io.inugami.api.providers.concurrent with parameters of type GenericEvent Constructor Description FutureDataResult(String channel, T data, GenericEvent evente, List<OnDoneFunction<T>> onDone, List<OnErrorFunction<T>> onError, ProviderTask task) -
Uses of GenericEvent in io.inugami.api.providers.task
Methods in io.inugami.api.providers.task that return GenericEvent Modifier and Type Method Description GenericEventProviderFutureResult. getEvent()GenericEventProviderFutureResultFront. getEvent()GenericEventProviderTask. getEvent()Methods in io.inugami.api.providers.task with parameters of type GenericEvent Modifier and Type Method Description ProviderFutureResultBuilderProviderFutureResultBuilder. addEvent(GenericEvent event)voidProviderFutureResultFront. setEvent(GenericEvent event)Constructors in io.inugami.api.providers.task with parameters of type GenericEvent Constructor Description EventCompositeResult(String message, Exception exception, JsonObject data, GenericEvent event, String channel, String scheduler, List<AlertingResult> alerts)ProviderFutureResult(String message, Exception exception, JsonObject data, GenericEvent event, String channel, String scheduler, List<AlertingResult> alerts)
-