Uses of Interface
com.rabbitmq.client.impl.nio.NioQueue
-
Packages that use NioQueue Package Description com.rabbitmq.client.impl.nio NIO network connector. -
-
Uses of NioQueue in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement NioQueue Modifier and Type Class Description classBlockingQueueNioQueueBridge betweenNioQueueand JDK'sBlockingQueue.Fields in com.rabbitmq.client.impl.nio declared as NioQueue Modifier and Type Field Description private NioQueueSocketChannelFrameHandlerState. writeQueueFields in com.rabbitmq.client.impl.nio with type parameters of type NioQueue Modifier and Type Field Description (package private) static java.util.function.Function<NioContext,NioQueue>NioParams. DEFAULT_WRITE_QUEUE_FACTORYprivate java.util.function.Function<NioContext,NioQueue>NioParams. writeQueueFactoryFactory to create aNioQueue.Methods in com.rabbitmq.client.impl.nio that return NioQueue Modifier and Type Method Description NioQueueSocketChannelFrameHandlerState. getWriteQueue()Methods in com.rabbitmq.client.impl.nio that return types with arguments of type NioQueue Modifier and Type Method Description java.util.function.Function<NioContext,NioQueue>NioParams. getWriteQueueFactory()Method parameters in com.rabbitmq.client.impl.nio with type arguments of type NioQueue Modifier and Type Method Description NioParamsNioParams. setWriteQueueFactory(java.util.function.Function<NioContext,NioQueue> writeQueueFactory)Set the factory to createNioQueues.
-