See: Description
Class | Description |
---|---|
ByteArrayFormat |
Immutable byte[] backed payload message format
|
ByteArrayFormatFactory |
This class is the factory for the
ByteArrayFormat which is used to create a byte[] backed message format |
EmptyFormat |
Payload type which has no actual payload, This can be used when a
message received without an actual payload attached to it.
|
FileFormat |
Implementation for the file based
XMessageFormat . |
FileFormatFactory |
This class is the factory for the
FileFormat which is used to create a file backed message format |
MapFormat<K,V> | |
MapFormatFactory |
This class is the factory for the
MapFormat which is used to create a map backed message format |
ObjectFormat | |
ObjectFormatFactory |
This class is the factory for the
ObjectFormat which is used to create a object backed message format |
ResourceAwareMessageFormat<T> |
Abstract implementation of
XMessageFormat to support
resource awareness for a payload format which gives the ability
to clean up the underlying resources(e.g : file) at the end of
the life cycle of attached XMessage |
StringFormat |
A message format implementation that holds the payload as a string
|
StringFormatFactory |
This class is the factory for the
StringFormat which is used to create a string backed message format |
TableDataInputStream |
InputStream implementation for reading
TableMessageFormat format's underlying data structure
without loading everything to memory. |
TableMessageFormat<T extends TableMessageFormatType> |
TableMessageFormat is to handle table type message payloads.
|
TableMessageFormatType |
TableMessageFormatType is a POJO class for the table typed data
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.