| Name | Description | Type | Package | Framework |
| StompSession | Represents a STOMP session with operations to send messages, createsubscriptions and receive messages on those subscriptions. | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
| StompSession .Receiptable | A handle to use to track receipts. | Interface | org.springframework.messaging.simp.stomp.StompSession | Spring MVC |
| StompSession .Subscription | A handle to use to unsubscribe or to track a receipt. | Interface | org.springframework.messaging.simp.stomp.StompSession | Spring MVC |
| StompSessionHandler | A contract for client STOMP session lifecycle events including a callbackwhen the session is established and notifications of transport or message | Interface | org.springframework.messaging.simp.stomp | Spring MVC |
| StompSessionHandlerAdapter | Abstract adapter class for StompSessionHandler with mostly emptyas the default Object type expected for STOMP ERROR frame payloads. | Class | org.springframework.messaging.simp.stomp | Spring MVC |