Class IntegrationStompHeaders

java.lang.Object
org.springframework.integration.stomp.support.IntegrationStompHeaders

public abstract class IntegrationStompHeaders
extends java.lang.Object
The STOMP headers with Integration-friendly stomp_ prefix.
Since:
4.2
See Also:
StompHeaders
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String ACK  
    static java.lang.String DESTINATION  
    static java.lang.String HEARTBEAT  
    static java.lang.String HOST  
    static java.lang.String ID  
    static java.lang.String LOGIN  
    static java.lang.String MESSAGE_ID  
    static java.lang.String PASSCODE  
    static java.lang.String PREFIX  
    static java.lang.String RECEIPT  
    static java.lang.String RECEIPT_ID  
    static java.lang.String SERVER  
    static java.lang.String SESSION  
    static java.lang.String SUBSCRIPTION  
  • Constructor Summary

    Constructors 
    Constructor Description
    IntegrationStompHeaders()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait