public interface IAuditSettings extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Supplier<LocalDateTime> |
getAuditEventDateTimeProvider() |
ILongSupplier |
getAuditEventIDProvider() |
@Nonnull ILongSupplier getAuditEventIDProvider()
null.@Nonnull Supplier<LocalDateTime> getAuditEventDateTimeProvider()
null. The
returned supplier may not return null.Copyright © 2014–2023 Philip Helger. All rights reserved.