Uses of Interface
de.quantummaid.eventmaid.internal.pipe.exceptions.PipeErrorHandler
-
Packages that use PipeErrorHandler Package Description de.quantummaid.eventmaid.internal.pipe de.quantummaid.eventmaid.internal.pipe.exceptions 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)Constructors in de.quantummaid.eventmaid.internal.pipe with parameters of type PipeErrorHandler Constructor Description PipeImpl(TransportMechanism<T> transportMechanism, PipeStatisticsCollector statisticsCollector, List<Subscriber<T>> subscribers, PipeErrorHandler<T> errorHandler) -
Uses of PipeErrorHandler in de.quantummaid.eventmaid.internal.pipe.exceptions
Classes in de.quantummaid.eventmaid.internal.pipe.exceptions 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)
-