Class UserPsd2ScaUpdatedEvent

java.lang.Object
es.kukenan.smartfi.events.common.AbstractEvent<B>
es.kukenan.smartfi.microservice.firm.events.AbstractFirmEvent<UserPsd2ScaUpdateEventBody>
es.kukenan.smartfi.microservice.firm.events.psd2.UserPsd2ScaUpdatedEvent
All Implemented Interfaces:
es.kukenan.smartfi.events.common.Event

public class UserPsd2ScaUpdatedEvent extends AbstractFirmEvent<UserPsd2ScaUpdateEventBody>
Define event for update sca date.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Unique platform event type identifier.
    static final String
    Event version.

    Fields inherited from class es.kukenan.smartfi.microservice.firm.events.AbstractFirmEvent

    CONTEXT

    Fields inherited from class es.kukenan.smartfi.events.common.AbstractEvent

    UTC
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
    UserPsd2ScaUpdatedEvent(String requestId, String companyId, String origin, String operationType, String messageId, Long creationTs, String channel, String session, String manager, String userId, UserPsd2ScaUpdateEventBody body)
    State constructor.
  • Method Summary

    Methods inherited from class es.kukenan.smartfi.events.common.AbstractEvent

    canEqual, equals, getBody, getChannel, getCompanyId, getContext, getCreationDate, getCreationTs, getManager, getMessageId, getOperationType, getOrigin, getRequestId, getSession, getTypeId, getUserId, getVersion, hashCode, setBody, setChannel, setCompanyId, setCreationDate, setCreationTs, setManager, setMessageId, setOperationType, setOrigin, setRequestId, setSession, setUserId, setVersion, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • UserPsd2ScaUpdatedEvent

      public UserPsd2ScaUpdatedEvent()
      Default constructor.
    • UserPsd2ScaUpdatedEvent

      public UserPsd2ScaUpdatedEvent(String requestId, String companyId, String origin, String operationType, String messageId, Long creationTs, String channel, String session, String manager, String userId, UserPsd2ScaUpdateEventBody 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.