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 Details

    • VERIFICATION_CONTACT_PARAMETER

      public static final String VERIFICATION_CONTACT_PARAMETER
      Deprecated.
      See Also:
    • VERIFICATION_CONTACTS_PARAMETER

      public static final String VERIFICATION_CONTACTS_PARAMETER
      Deprecated.
      See Also:
    • VERIFICATION_CONTACT_ERROR_PARAMETER

      public static final String VERIFICATION_CONTACT_ERROR_PARAMETER
      Deprecated.
      See Also:
    • VERIFICATION_CONTACT_ERRORS_PARAMETER

      public static final String VERIFICATION_CONTACT_ERRORS_PARAMETER
      Deprecated.
      See Also:
    • logger

      protected final org.slf4j.Logger logger
      Deprecated.
    • objectMapper

      protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
      Deprecated.
    • runtimeService

      protected final org.flowable.engine.RuntimeService runtimeService
      Deprecated.
  • Constructor Details

    • WhatsAppContactVerificationResponseEventHandler

      public WhatsAppContactVerificationResponseEventHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.flowable.engine.RuntimeService runtimeService)
      Deprecated.
  • Method Details