Interface AuditLogProvider

All Superinterfaces:
org.kingdoms.constants.namespace.NamespaceContainer

public interface AuditLogProvider extends org.kingdoms.constants.namespace.NamespaceContainer
An AuditLog provider which provides an instance of it usually used to serialize data into the class.
  • Method Summary

    Modifier and Type
    Method
    Description
    A new instance of the log must be provided.

    Methods inherited from interface org.kingdoms.constants.namespace.NamespaceContainer

    getNamespace
  • Method Details

    • construct

      AuditLog construct()
      A new instance of the log must be provided. This is usually implemented by simply calling a nullary constructor of the class.