Class WhatsAppContactVerificationResponseEventHandler
java.lang.Object
com.flowable.engage.external.system.whatsapp.event.WhatsAppContactVerificationResponseEventHandler
- All Implemented Interfaces:
WhatsAppInboundEventHandler
@Deprecated
public class WhatsAppContactVerificationResponseEventHandler
extends Object
implements WhatsAppInboundEventHandler
Deprecated.
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.slf4j.Logger
Deprecated.protected final com.fasterxml.jackson.databind.ObjectMapper
Deprecated.protected final RuntimeService
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionWhatsAppContactVerificationResponseEventHandler
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, RuntimeService runtimeService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
bpmnVerificationResponseReceived
(WhatsAppContactVerificationResponse verificationResponse) Deprecated.protected com.fasterxml.jackson.databind.JsonNode
Deprecated.protected com.fasterxml.jackson.databind.JsonNode
Deprecated.protected com.fasterxml.jackson.databind.JsonNode
Deprecated.protected com.fasterxml.jackson.databind.JsonNode
Deprecated.extractVariables
(WhatsAppContactVerificationResponse verificationResponse) Deprecated.getType()
Deprecated.The type of the event that this handler handles.void
process
(com.fasterxml.jackson.databind.JsonNode eventPayload) Deprecated.Process the event payload.protected void
unsupportedVerificationResponseReceived
(WhatsAppContactVerificationResponse verificationResponse) Deprecated.protected void
verificationResponseReceived
(WhatsAppContactVerificationResponse verificationResponse) Deprecated.
-
Field Details
-
VERIFICATION_CONTACT_PARAMETER
Deprecated.- See Also:
-
VERIFICATION_CONTACTS_PARAMETER
Deprecated.- See Also:
-
VERIFICATION_CONTACT_ERROR_PARAMETER
Deprecated.- See Also:
-
VERIFICATION_CONTACT_ERRORS_PARAMETER
Deprecated.- See Also:
-
logger
protected final org.slf4j.Logger loggerDeprecated. -
objectMapper
protected final com.fasterxml.jackson.databind.ObjectMapper objectMapperDeprecated. -
runtimeService
Deprecated.
-
-
Constructor Details
-
WhatsAppContactVerificationResponseEventHandler
public WhatsAppContactVerificationResponseEventHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper, RuntimeService runtimeService) Deprecated.
-
-
Method Details
-
getType
Deprecated.Description copied from interface:WhatsAppInboundEventHandler
The type of the event that this handler handles.- Specified by:
getType
in interfaceWhatsAppInboundEventHandler
- Returns:
- the type of the event that is handled
-
process
public void process(com.fasterxml.jackson.databind.JsonNode eventPayload) Deprecated.Description copied from interface:WhatsAppInboundEventHandler
Process the event payload.- Specified by:
process
in interfaceWhatsAppInboundEventHandler
- Parameters:
eventPayload
- the payload of the event
-
verificationResponseReceived
protected void verificationResponseReceived(WhatsAppContactVerificationResponse verificationResponse) Deprecated. -
bpmnVerificationResponseReceived
protected void bpmnVerificationResponseReceived(WhatsAppContactVerificationResponse verificationResponse) Deprecated. -
unsupportedVerificationResponseReceived
protected void unsupportedVerificationResponseReceived(WhatsAppContactVerificationResponse verificationResponse) Deprecated. -
extractVariables
protected Map<String,Object> extractVariables(WhatsAppContactVerificationResponse verificationResponse) Deprecated. -
createContactVariable
protected com.fasterxml.jackson.databind.JsonNode createContactVariable(WhatsAppContactVerificationResponse.ContactDto contact) Deprecated. -
createContactsVariable
protected com.fasterxml.jackson.databind.JsonNode createContactsVariable(Collection<WhatsAppContactVerificationResponse.ContactDto> contacts) Deprecated. -
createErrorVariable
protected com.fasterxml.jackson.databind.JsonNode createErrorVariable(InboundStatusDto.ErrorDto error) Deprecated. -
createErrorsVariable
protected com.fasterxml.jackson.databind.JsonNode createErrorsVariable(Collection<InboundStatusDto.ErrorDto> errors) Deprecated.
-