blob: 74898a91294f7105bf1c9e4a11097bd9e240fda2 [file] [log] [blame]
namespace Apache.NMS.AMQP.Message
{
public interface INmsMessageIdBuilder
{
object CreateMessageId(string producerId, long messageSequence);
}
}