Uses of Interface
org.jctools.channels.ChannelProducer
-
Packages that use ChannelProducer Package Description org.jctools.channels org.jctools.channels.mpsc org.jctools.channels.spsc -
-
Uses of ChannelProducer in org.jctools.channels
Methods in org.jctools.channels that return ChannelProducer Modifier and Type Method Description ChannelProducer<E>Channel. producer() -
Uses of ChannelProducer in org.jctools.channels.mpsc
Classes in org.jctools.channels.mpsc that implement ChannelProducer Modifier and Type Class Description classMpscChannelProducer<E>Package Scoped: not part of public API.Methods in org.jctools.channels.mpsc that return ChannelProducer Modifier and Type Method Description ChannelProducer<E>MpscChannel. producer() -
Uses of ChannelProducer in org.jctools.channels.spsc
Classes in org.jctools.channels.spsc that implement ChannelProducer Modifier and Type Class Description classSpscChannelProducer<E>Package Scoped: not part of public API.Methods in org.jctools.channels.spsc that return ChannelProducer Modifier and Type Method Description ChannelProducer<E>SpscChannel. producer()
-