Uses of Interface
de.quantummaid.eventmaid.channel.exception.ChannelExceptionHandler
-
Packages that use ChannelExceptionHandler Package Description de.quantummaid.eventmaid.channel de.quantummaid.eventmaid.channel.exception de.quantummaid.eventmaid.messagebus.internal.exception -
-
Uses of ChannelExceptionHandler in de.quantummaid.eventmaid.channel
Methods in de.quantummaid.eventmaid.channel with parameters of type ChannelExceptionHandler Modifier and Type Method Description ChannelBuilder<T>ChannelBuilder. withChannelExceptionHandler(ChannelExceptionHandler<T> channelExceptionHandler)Sets a different exception handler for theChannel. -
Uses of ChannelExceptionHandler in de.quantummaid.eventmaid.channel.exception
Classes in de.quantummaid.eventmaid.channel.exception that implement ChannelExceptionHandler Modifier and Type Class Description classErrorThrowingChannelExceptionHandler<T>AChannelExceptionHandler, that will throw every exception on the currentThread. -
Uses of ChannelExceptionHandler in de.quantummaid.eventmaid.messagebus.internal.exception
Classes in de.quantummaid.eventmaid.messagebus.internal.exception that implement ChannelExceptionHandler Modifier and Type Class Description classDelegatingChannelExceptionHandler<T>
-