public interface InboundMessageTenantExtractor
Modifier and Type | Method and Description |
---|---|
String |
extractTenantId(InboundMessage inboundMessage)
Extracts the tenant id out of the provided new inbound message which is not yet mapped to a user account object and hence no direct tenant is yet
available.
|
String extractTenantId(InboundMessage inboundMessage)
inboundMessage
- the inbound message to extract the tenant id from (most likely encoded within the message content or a default one)