| Interface | Description |
|---|---|
| MessageRunnerRegistryHelper |
Allows MessageRunners to be retrieved from the MessageRunnerRegistryService.
|
| MessageValidatorRegistryHelper |
Allows MessageValidators to be retrieved from the MessageValidatorRegistryService.
|
| NestedMessageSerializer |
Responsible for handling serialization and deserialization for
NestedMessage. |
| Class | Description |
|---|---|
| DefaultMessageInformationService |
Message information service.
|
| DefaultMessageRunnerRegistryService |
A default message runner registry that stores registrations in memory in a concurrent data structure.
|
| DefaultMessageValidatorRegistryService |
A default message runner registry that stores registrations in memory in a concurrent data structure.
|
| DefaultThreadFactory |
Thread factory.
|
| GsonNestedMessageSerializer |
Implementation using Gson (https://github.com/google/gson).
|
| JacksonNestedMessageSerializer |
Implementation using Jackson (https://github.com/FasterXML/jackson).
|
| NestedMessage |
A message intended to be nested inside the payload of a SQS message.
|
| NestedMessageConstants |
Contains
NestedMessage constants. |
| NestedMessageConsumer |
Consumes a
NestedMessage. |
Copyright © 2017 Atlassian. All rights reserved.