Interface IAS4SendingDateTimeConsumer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IAS4SendingDateTimeConsumer
A specific callback interface to get the effective sending date time
Since:
2.2.2
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback to do something with the sending date time
  • Method Details

    • onEffectiveSendingDateTime

      void onEffectiveSendingDateTime(@Nonnull OffsetDateTime aSendingDT)
      Callback to do something with the sending date time
      Parameters:
      aSendingDT - The effective sending date time used. Never null.