Interface InboundReactionTenantExtractor
- All Known Implementing Classes:
ConfiguredInboundReactionTenantExtractor
public interface InboundReactionTenantExtractor
A service provider interface hooking in the business logic to extract or resolve the tenant id out of a new inbound reactions not yet been mapped to a user
account object.
-
Method Summary
Modifier and TypeMethodDescriptionextractTenantId(InboundReaction inboundReaction) Extracts the tenant id out of the provided new inbound reaction which is not yet mapped to a user account object and hence no direct tenant is yet available.
-
Method Details
-
extractTenantId
Extracts the tenant id out of the provided new inbound reaction which is not yet mapped to a user account object and hence no direct tenant is yet available.- Parameters:
inboundReaction- the inbound reaction to extract the tenant id from- Returns:
- the tenant id extracted out of the inbound reaction
-