See: Description
| Interface | Description |
|---|---|
| PubSubMessageSerDes |
Responsible for converstion to/from bytes into domain logic.
|
| PubSubMessageSerDesRegistry |
A registry of
PubSubMessageSerDes instances. |
| Class | Description |
|---|---|
| DefaultPubSubMessageSerDesRegistry |
Default implementation of a
PubSubMessageSerDesRegistry. |
| JavaMessageSerDes | |
| JsonPubSubMessageSerDes |
A
PubSubMessageSerDes implementation that uses Jackson ObjectMapper to convert
application/json mime types. |