Uses of Class
de.quantummaid.eventmaid.channel.action.Return
-
Packages that use Return Package Description de.quantummaid.eventmaid.channel.action -
-
Uses of Return in de.quantummaid.eventmaid.channel.action
Methods in de.quantummaid.eventmaid.channel.action that return Return Modifier and Type Method Description static <T> Return<T>Return. aReturn()Factory method to create a newReturnAction.Methods in de.quantummaid.eventmaid.channel.action with parameters of type Return Modifier and Type Method Description voidReturnActionHandler. handle(Return<T> returnAction, ProcessingContext<T> processingContext)Will lookup the lastCallActionand return from it.
-