Class OnboardingEvidencesVerificationPendingEvent

java.lang.Object
es.kukenan.smartfi.events.common.AbstractEvent<B>
es.kukenan.smartfi.microservice.onboarding.events.AbstractOnboardingEvent<OnboardingStatusChangedEventBody>
es.kukenan.smartfi.microservice.onboarding.events.statuschanged.evidencesverification.OnboardingEvidencesVerificationPendingEvent
All Implemented Interfaces:
es.kukenan.smartfi.events.common.Event

public class OnboardingEvidencesVerificationPendingEvent extends AbstractOnboardingEvent<OnboardingStatusChangedEventBody>
Class that describes the contract of the onboarding verification pending event context. An onboarding process which data capture has ended and can be verified by the EID registration authority.
  • Field Details

  • Constructor Details

    • OnboardingEvidencesVerificationPendingEvent

      public OnboardingEvidencesVerificationPendingEvent()
      Default constructor.
    • OnboardingEvidencesVerificationPendingEvent

      public OnboardingEvidencesVerificationPendingEvent(String requestId, String companyId, String origin, String operationType, String messageId, Long creationTs, String channel, String session, String manager, String userId, OnboardingStatusChangedEventBody body)
      State constructor.
      Parameters:
      requestId - the request identifier (transaction).
      companyId - company/bank identifier (multi-tenant context, BC/BF).
      origin - service that have produced this event.
      operationType - operation type (some kind of event sub-type).
      messageId - arbitrary application-specific identifier for the message/event.
      creationTs - event creation timestamp (milliseconds from epoch).
      channel - event channel.
      session - session identifier.
      manager - manager that generate event.
      userId - user identifier.
      body - event body.