Uses of Class
org.jctools.channels.mpsc.MpscChannelProducer
-
Packages that use MpscChannelProducer Package Description org.jctools.channels.mpsc -
-
Uses of MpscChannelProducer in org.jctools.channels.mpsc
Fields in org.jctools.channels.mpsc declared as MpscChannelProducer Modifier and Type Field Description private MpscChannelProducer<E>
MpscChannel. producer
Methods in org.jctools.channels.mpsc that return MpscChannelProducer Modifier and Type Method Description private MpscChannelProducer<E>
MpscChannel. newProducer(java.lang.Class<E> type, java.lang.Object... args)
-