Uses of Class
de.quantummaid.eventmaid.channel.action.Call
-
Packages that use Call Package Description de.quantummaid.eventmaid.channel.action -
-
Uses of Call in de.quantummaid.eventmaid.channel.action
Methods in de.quantummaid.eventmaid.channel.action that return Call Modifier and Type Method Description static <T> Call<T>Call. callTo(Channel<T> targetChannel, ProcessingContext<T> processingContext)Factory method to create and execute aCallto the givenChannel.static <T> Call<T>Call. prepareACall(Channel<T> targetChannel)Factory method to create aCallto the givenChannel.Methods in de.quantummaid.eventmaid.channel.action with parameters of type Call Modifier and Type Method Description voidCallActionHandler. handle(Call<T> action, ProcessingContext<T> processingContext)Will always throwCallNotAllowedAsFinalChannelAction.
-