com.dell.cpsd.common.rabbitmq.message.MessagePropertiesContainer Maven / Gradle / Ivy
/**
* Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
* Dell EMC Confidential/Proprietary Information
*/
package com.dell.cpsd.common.rabbitmq.message;
/**
* Interface for work with typical AMQP message fields.
*
* Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
* Dell EMC Confidential/Proprietary Information
*
*/
public interface MessagePropertiesContainer extends HasCorrelationId, HasReplyTo, HasTimestamp
{
}