Uses of Class
org.cxbox.core.dto.PreInvokeEvent
-
Packages that use PreInvokeEvent Package Description org.cxbox.core.dto org.cxbox.core.exception -
-
Uses of PreInvokeEvent in org.cxbox.core.dto
Methods in org.cxbox.core.dto that return PreInvokeEvent Modifier and Type Method Description static PreInvokeEventPreInvokeEvent. of(String key, String type, String message) -
Uses of PreInvokeEvent in org.cxbox.core.exception
Methods in org.cxbox.core.exception with parameters of type PreInvokeEvent Modifier and Type Method Description UnconfirmedExceptionUnconfirmedException. addPreInvokeEvent(PreInvokeEvent preInvokeEvent)Method parameters in org.cxbox.core.exception with type arguments of type PreInvokeEvent Modifier and Type Method Description UnconfirmedExceptionUnconfirmedException. addPreInvokeEvents(List<PreInvokeEvent> preInvokeEvents)
-