hunt.stomp.support.HeaderMapper

Undocumented in source.

Members

Interfaces

HeaderMapper
interface HeaderMapper(T)

Generic strategy interface for mapping {@link MessageHeaders} to and from other types of objects. This would typically be used by adapters where the "other type" has a concept of headers or properties (HTTP, JMS, AMQP, etc).

Meta