Uses of Class
de.quantummaid.eventmaid.channel.action.Jump
-
Packages that use Jump Package Description de.quantummaid.eventmaid.channel.action -
-
Uses of Jump in de.quantummaid.eventmaid.channel.action
Methods in de.quantummaid.eventmaid.channel.action that return Jump Modifier and Type Method Description static <T> Jump<T>Jump. jumpTo(Channel<T> targetChannel)Factory method to create a newJumpobject, that forwards messages into the givenChannel.Methods in de.quantummaid.eventmaid.channel.action with parameters of type Jump Modifier and Type Method Description voidJumpActionHandler. handle(Jump<T> jump, ProcessingContext<T> processingContext)Takes the message and sends in on the givenChannel.
-