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

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

Introduction

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

The text is from its open source code.

Constructor

PointToPointSubscribableAmqpChannel(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.