com.consol.citrus.message
Interface ReplyMessageCorrelator

All Known Implementing Classes:
DefaultReplyMessageCorrelator

public interface ReplyMessageCorrelator

Message correlator interface for synchronous reply messages. Correlator uses a specific header entry in messages in order to construct a unique message correlation key.

Author:
Christoph Deppisch

Method Summary
 String getCorrelationKey(org.springframework.integration.Message<?> request)
          Constructs the correlation key from the message header.
 String getCorrelationKey(String id)
          Get the correlation header name.
 

Method Detail

getCorrelationKey

String getCorrelationKey(org.springframework.integration.Message<?> request)
Constructs the correlation key from the message header.

Parameters:
request -
Returns:

getCorrelationKey

String getCorrelationKey(String id)
Get the correlation header name.

Parameters:
id -
Returns:


Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.