public class TraceMessagePropertiesConverter
extends org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverter
| Constructor and Description |
|---|
TraceMessagePropertiesConverter() |
TraceMessagePropertiesConverter(String profile) |
| Modifier and Type | Method and Description |
|---|---|
com.rabbitmq.client.AMQP.BasicProperties |
fromMessageProperties(org.springframework.amqp.core.MessageProperties source,
String charset) |
org.springframework.amqp.core.MessageProperties |
toMessageProperties(com.rabbitmq.client.AMQP.BasicProperties source,
com.rabbitmq.client.Envelope envelope,
String charset) |
public TraceMessagePropertiesConverter()
public TraceMessagePropertiesConverter(String profile)
public org.springframework.amqp.core.MessageProperties toMessageProperties(com.rabbitmq.client.AMQP.BasicProperties source,
com.rabbitmq.client.Envelope envelope,
String charset)
toMessageProperties in interface org.springframework.amqp.rabbit.support.MessagePropertiesConvertertoMessageProperties in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverterpublic com.rabbitmq.client.AMQP.BasicProperties fromMessageProperties(org.springframework.amqp.core.MessageProperties source,
String charset)
fromMessageProperties in interface org.springframework.amqp.rabbit.support.MessagePropertiesConverterfromMessageProperties in class org.springframework.amqp.rabbit.support.DefaultMessagePropertiesConverterCopyright © 2020. All rights reserved.