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.LoggerDeprecated.protected final com.fasterxml.jackson.databind.ObjectMapperDeprecated.protected final RuntimeServiceDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionWhatsAppContactVerificationResponseEventHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper, RuntimeService runtimeService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbpmnVerificationResponseReceived(WhatsAppContactVerificationResponse verificationResponse) Deprecated.protected com.fasterxml.jackson.databind.JsonNodeDeprecated.protected com.fasterxml.jackson.databind.JsonNodeDeprecated.protected com.fasterxml.jackson.databind.JsonNodeDeprecated.protected com.fasterxml.jackson.databind.JsonNodeDeprecated.extractVariables(WhatsAppContactVerificationResponse verificationResponse) Deprecated.getType()Deprecated.The type of the event that this handler handles.voidprocess(com.fasterxml.jackson.databind.JsonNode eventPayload) Deprecated.Process the event payload.protected voidunsupportedVerificationResponseReceived(WhatsAppContactVerificationResponse verificationResponse) Deprecated.protected voidverificationResponseReceived(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:WhatsAppInboundEventHandlerThe type of the event that this handler handles.- Specified by:
getTypein 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:WhatsAppInboundEventHandlerProcess the event payload.- Specified by:
processin 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.
-