See: Description
| Interface | Description |
|---|---|
| SecurityMessageListener |
This is a tagging interface to ensure that any implementations implement at
least one
SecurityMessageListener, and that it is called first in the
list. |
| StampyMessageListener |
Implement to process specified
StampyMessages. |
| UnparseableMessageHandler |
Implementations deal with messages that cannot be parsed into STOMP messages.
|
| Class | Description |
|---|---|
| AbstractStampyMessageGateway |
A StampyMessageGateway is the interface between the technology used to
connect to a STOMP implementation and the Stampy library.
|
| DefaultUnparseableMessageHandler |
This default implementation of an
UnparseableMessageHandler logs a
non-STOMP message at warning level. |
| HostPort |
A HostPort is a simple bean encapsulating which host and port has made a
connection.
|
| StampyHandlerHelper |
This class implements methods shared across handler implementations.
|
| Exception | Description |
|---|---|
| MessageListenerHaltException |
Signals that no further
StampyMessageListeners should be invoked. |
| StampySecurityException |
Thrown when an instance of
SecurityMessageListener has not been
configured first in the list. |