Class BackOfficeOnboardingUserUpdatedEvent

java.lang.Object
es.kukenan.smartfi.events.common.AbstractEvent<B>
es.kukenan.smartfi.microservice.backoffice.events.AbstractBackofficeMonitorEvent<BackofficeMonitorEventOnboardingUpdateBody>
es.kukenan.smartfi.microservice.backoffice.events.update.BackOfficeOnboardingUserUpdatedEvent
All Implemented Interfaces:
es.kukenan.smartfi.events.common.Event

public class BackOfficeOnboardingUserUpdatedEvent extends AbstractBackofficeMonitorEvent<BackofficeMonitorEventOnboardingUpdateBody>
Class that describes the contract of the events generated by backoffice microservice.
  • Field Details

  • Constructor Details

    • BackOfficeOnboardingUserUpdatedEvent

      public BackOfficeOnboardingUserUpdatedEvent()
      Default constructor.
    • BackOfficeOnboardingUserUpdatedEvent

      public BackOfficeOnboardingUserUpdatedEvent(String requestId, String companyId, String messageId, String origin, String operationType, String version, Long creationTs, String channel, String session, String manager, String personId, BackofficeMonitorEventOnboardingUpdateBody body)
      State constructor.
      Parameters:
      requestId - the request identifier (transaction).
      companyId - company/bank identifier (multi-tenant context, KB/BF).
      messageId - arbitrary application-specific identifier for the message/events.
      origin - service that have produced this events.
      operationType - operation type (some kind of events sub-type).
      version - events version.
      creationTs - events creation timestamp (milliseconds from EPOCH).
      channel - events channel.
      session - session identifier.
      manager - manager that generate events.
      personId - person identifier.
      body - events body.