Java org.springframework.integration.channel QueueChannel fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.channel QueueChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.channel QueueChannel.

The text is from its open source code.

Constructor

QueueChannel(Queue> queue)
Create a channel with the specified queue.
QueueChannel(int capacity)
Create a channel with the specified queue capacity.
QueueChannel()
Create a channel with "unbounded" queue capacity.

Method

voidaddInterceptor(ChannelInterceptor interceptor)
List>clear()
List>purge(@Nullable MessageSelector selector)
Messagereceive()
Receive the first available message from this channel.
Messagereceive(long timeout)
Receive the first available message from this channel.
booleansend(Message message)
Send a message on this channel.
booleansend(Message messageArg, long timeout)
Send a message on this channel.
voidsetBeanName(String beanName)