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

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

Introduction

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

The text is from its open source code.

Method

voidaddInterceptor(int index, ChannelInterceptor interceptor)
Add a channel interceptor to the specified index of the list.
voidaddInterceptor(ChannelInterceptor interceptor)
Add a channel interceptor to the end of the list.
ListgetChannelInterceptors()
return the ChannelInterceptor list.
StringgetComponentName()
Will return the name of this component identified by #componentName field.
voidsetDatatypes(Class... datatypes)
Specify the Message payload datatype(s) supported by this channel.
voidsetMessageConverter(MessageConverter messageConverter)
Specify the MessageConverter to use when trying to convert to one of this channel's supported datatypes (in order) for a Message whose payload does not already match.