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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.messaging.MessageChannel has the following implementations.
Click this link to see all its implementation.

Method

ClassgetClass()
Returns the runtime class of this Object .
booleansend(Message message)
Send a Message to this channel.
booleansend(Message message, long timeout)
Send a message, blocking until either the message is accepted or the specified timeout period elapses.
StringtoString()
Returns a string representation of the object.