Package com.helger.phase4.sender
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.
A specific callback interface to get the effective sending date time
- Since:
- 2.2.2
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidonEffectiveSendingDateTime(OffsetDateTime aSendingDT) Callback to do something with the sending date time
-
Method Details
-
onEffectiveSendingDateTime
Callback to do something with the sending date time- Parameters:
aSendingDT- The effective sending date time used. Nevernull.
-