Uses of Class
io.smallrye.mutiny.operators.multi.processors.UnicastProcessor
-
Packages that use UnicastProcessor Package Description io.smallrye.mutiny.operators.multi.processors -
-
Uses of UnicastProcessor in io.smallrye.mutiny.operators.multi.processors
Methods in io.smallrye.mutiny.operators.multi.processors that return UnicastProcessor Modifier and Type Method Description static <I> UnicastProcessor<I>UnicastProcessor. create()Creates a newUnicastProcessorusing a new unbounded queue.static <I> UnicastProcessor<I>UnicastProcessor. create(java.util.Queue<I> queue, java.lang.Runnable onTermination)Creates a newUnicastProcessorusing the given queue.
-