Interface ClusterStoreAndForward.StoredInMessage

All Known Implementing Classes:
ClusterStoreAndForward.SimpleStoredInMessage
Enclosing interface:
ClusterStoreAndForward

public static interface ClusterStoreAndForward.StoredInMessage
  • Method Details

    • getMatsSocketSessionId

      String getMatsSocketSessionId()
    • getClientMessageId

      String getClientMessageId()
    • getStoredTimestamp

      long getStoredTimestamp()
    • getFullEnvelope

      Optional<String> getFullEnvelope()
    • getMessageBinary

      Optional<byte[]> getMessageBinary()