Interface IHasPayloadMessageKey

All Known Subinterfaces:
IResourceMessage
All Known Implementing Classes:
BaseResourceMessage, BaseResourceModifiedMessage, ResourceOperationMessage

public interface IHasPayloadMessageKey
Some broker implementations require a message key. An IMessage implementation can implement this interface if it is possible to derive a message key from the message payload.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
  • Method Details