| Interface | Description |
|---|---|
| ExternalSystemContentProvider |
A content provider that is responsible for fetching the actual content
from the external system.
|
| InboundMessageAccountService |
Service for handling inbound messages for a particular account
|
| InboundMessageEventPayloadExtractor | |
| InboundMessageRoutingService |
A routing service for inbound messages from the external adapters.
|
| InboundMessageTenantExtractor |
A service provider interface hooking in the business logic to extract or resolve the tenant id out of a new inbound message not yet been mapped to a user
account object.
|
| InboundUnsupportedMessageService |
| Class | Description |
|---|---|
| ConfiguredInboundMessageTenantExtractor |
This default implementation simply returns a configured, fixed tenant id regardless of the content of the inbound message.
|
| DefaultInboundMessageEventPayloadExtractor | |
| EventRegistryInboundMessageAccountService |
An inbound message account service creating internal system events from inbound messages not having a mapped account or an inactive account or user so any
listeners (like a case or process instance) might picking it up and processing it.
|
| ExternalSystemContentServiceImpl | |
| InboundMessageBuilderImpl | |
| InboundMessageHandlerImpl | |
| InboundMessageRoutingServiceImpl | |
| InboundServiceImpl | |
| InboundUnsupportedMessageServiceImpl | |
| LoggingInboundMessageAccountService | |
| WebClientExternalSystemContentProvider |
ExternalSystemContentProvider that uses WebClient to fetch the external content. |