Uses of Class
de.quantummaid.eventmaid.internal.exceptions.BubbleUpWrappedException
-
-
Uses of BubbleUpWrappedException in de.quantummaid.eventmaid.channel.exception
Methods in de.quantummaid.eventmaid.channel.exception with parameters of type BubbleUpWrappedException Modifier and Type Method Description default voidChannelExceptionHandler. handleBubbledUpException(BubbleUpWrappedException e) -
Uses of BubbleUpWrappedException in de.quantummaid.eventmaid.internal.pipe.exceptions
Methods in de.quantummaid.eventmaid.internal.pipe.exceptions with parameters of type BubbleUpWrappedException Modifier and Type Method Description default voidPipeErrorHandler. handleBubbledUpException(T message, BubbleUpWrappedException e) -
Uses of BubbleUpWrappedException in de.quantummaid.eventmaid.messagebus.internal.exception
Methods in de.quantummaid.eventmaid.messagebus.internal.exception with parameters of type BubbleUpWrappedException Modifier and Type Method Description voidDelegatingChannelExceptionHandler. handleBubbledUpException(BubbleUpWrappedException e)
-