Class TransportMechanismFactory
- java.lang.Object
-
- de.quantummaid.eventmaid.internal.pipe.transport.TransportMechanismFactory
-
public final class TransportMechanismFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description TransportMechanismFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TransportMechanism<T>transportMechanism(PipeType pipeType, PipeEventListener<T> eventListener, PipeErrorHandler<T> errorHandler, List<Subscriber<T>> subscribers, AsynchronousConfiguration asynchronousConfiguration)
-
-
-
Method Detail
-
transportMechanism
public static <T> TransportMechanism<T> transportMechanism(PipeType pipeType, PipeEventListener<T> eventListener, PipeErrorHandler<T> errorHandler, List<Subscriber<T>> subscribers, AsynchronousConfiguration asynchronousConfiguration)
-
-