Class UpdateCounter

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class UpdateCounter extends AbstractConsentStorageAction
Consent action which maintains a storage record whose value is the current time in milliseconds. The storage record version may be used to track the number of times this action, or a flow, has been executed.
  • Field Details

    • COUNTER_KEY

      @Nonnull @NotEmpty public static final String COUNTER_KEY
      Storage context for the storage index record.
      See Also:
    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • UpdateCounter

      public UpdateCounter()
  • Method Details