Java org.springframework.messaging PollableChannel fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging PollableChannel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging PollableChannel.

The text is from its open source code.

Method

Messagereceive(long timeout)
Receive a message from this channel, blocking until either a message is available or the specified timeout period elapses.
Messagereceive()
Receive a message from this channel, blocking indefinitely if necessary.
booleansend(Message message)
Send a Message to this channel.