Uses of Class
de.quantummaid.eventmaid.internal.pipe.PipeType
-
Packages that use PipeType Package Description de.quantummaid.eventmaid.internal.pipe de.quantummaid.eventmaid.internal.pipe.transport -
-
Uses of PipeType in de.quantummaid.eventmaid.internal.pipe
Methods in de.quantummaid.eventmaid.internal.pipe that return PipeType Modifier and Type Method Description static PipeTypePipeType. valueOf(String name)Returns the enum constant of this type with the specified name.static PipeType[]PipeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.quantummaid.eventmaid.internal.pipe with parameters of type PipeType Modifier and Type Method Description PipeBuilder<T>PipeBuilder. ofType(PipeType pipeType) -
Uses of PipeType in de.quantummaid.eventmaid.internal.pipe.transport
Methods in de.quantummaid.eventmaid.internal.pipe.transport with parameters of type PipeType 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)
-