Class RemoteInvocationAwareMessageConverterAdapter

java.lang.Object
org.springframework.amqp.support.converter.RemoteInvocationAwareMessageConverterAdapter
All Implemented Interfaces:
MessageConverter

public class RemoteInvocationAwareMessageConverterAdapter extends Object implements MessageConverter
A delegating adapter that unwraps RemoteInvocationResult after invoking the delegate to convert from a message. Delegates to a SimpleMessageConverter by default.
Since:
2.0
Author:
Gary Russell