Uses of Interface
de.quantummaid.eventmaid.internal.pipe.error.PipeErrorHandler
-
Packages that use PipeErrorHandler Package Description de.quantummaid.eventmaid.internal.pipe de.quantummaid.eventmaid.internal.pipe.error de.quantummaid.eventmaid.internal.pipe.transport -
-
Uses of PipeErrorHandler in de.quantummaid.eventmaid.internal.pipe
Methods in de.quantummaid.eventmaid.internal.pipe with parameters of type PipeErrorHandler Modifier and Type Method Description PipeBuilder<T>PipeBuilder. withErrorHandler(PipeErrorHandler<T> errorHandler) -
Uses of PipeErrorHandler in de.quantummaid.eventmaid.internal.pipe.error
Classes in de.quantummaid.eventmaid.internal.pipe.error that implement PipeErrorHandler Modifier and Type Class Description classErrorThrowingPipeErrorHandler<T> -
Uses of PipeErrorHandler in de.quantummaid.eventmaid.internal.pipe.transport
Methods in de.quantummaid.eventmaid.internal.pipe.transport with parameters of type PipeErrorHandler Modifier and Type Method Description static <T> TransportMechanism<T>TransportMechanismFactory. transportMechanism(PipeType pipeType, PipeEventListener<T> eventListener, PipeErrorHandler<T> errorHandler, List<Subscriber<T>> subscribers, AsynchronousConfiguration asynchronousConfiguration)
-