Interface StompHeadersSubframe

All Superinterfaces:
DecoderResultProvider, StompSubframe
All Known Subinterfaces:
StompFrame
All Known Implementing Classes:
DefaultStompFrame, DefaultStompHeadersSubframe

public interface StompHeadersSubframe extends StompSubframe
An interface that defines a StompFrame's command and headers.
See Also:
  • Method Details

    • command

      StompCommand command()
      Returns command of this frame.
    • headers

      StompHeaders headers()
      Returns headers of this frame.