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

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

Introduction

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

The text is from its open source code.

Constructor

PublishSubscribeAmqpChannel(String channelName, AbstractMessageListenerContainer container, AmqpTemplate amqpTemplate)
Construct an instance with the supplied name, container and template; default header mappers will be used if the message is mapped.