| Interface | Description |
|---|---|
| ForkliftConnectorI |
An entity that manages consuming and producing to a particular message bus.
|
| ForkliftSerializer |
An interface that encapsulates the logic for serializing and deserializing objects,
potentially making a distinction between serializing to different sources.
|
| Class | Description |
|---|---|
| ForkliftMessage |
A class that encapsulates a message to retrieve or send on a message bus
and its various metadata.
|
| Exception | Description |
|---|---|
| ConnectorException |