Uses of Interface
de.quantummaid.eventmaid.internal.pipe.transport.TransportMechanism
-
Packages that use TransportMechanism Package Description de.quantummaid.eventmaid.internal.pipe de.quantummaid.eventmaid.internal.pipe.transport -
-
Uses of TransportMechanism in de.quantummaid.eventmaid.internal.pipe
Constructors in de.quantummaid.eventmaid.internal.pipe with parameters of type TransportMechanism Constructor Description PipeImpl(TransportMechanism<T> transportMechanism, PipeStatisticsCollector statisticsCollector, List<Subscriber<T>> subscribers, PipeErrorHandler<T> errorHandler) -
Uses of TransportMechanism in de.quantummaid.eventmaid.internal.pipe.transport
Classes in de.quantummaid.eventmaid.internal.pipe.transport that implement TransportMechanism Modifier and Type Class Description classAsynchronousTransportMechanism<T>classSynchronousTransportMechanism<T>Methods in de.quantummaid.eventmaid.internal.pipe.transport that return TransportMechanism 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)
-