Interface StompSession.Receiptable

All Known Subinterfaces:
StompSession.Subscription
Enclosing interface:
StompSession

public static interface StompSession.Receiptable
A handle to use to track receipts.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Task to invoke when a receipt is not received in the configured time.
    void
    Task to invoke when a receipt is received.
    Return the receipt id, or null if the STOMP frame for which the handle was returned did not have a "receipt" header.