Interface CommitPropertiesProvider

  • All Known Implementing Classes:
    EmptyPropertiesProvider

    public interface CommitPropertiesProvider
    Should provide commit properties passed by Auto-audit aspect to Javers.commit(String, Object, Map)

    Implementation has to be thread-safe and has to play along with AuthorProvider

    • Method Detail

      • provide

        java.util.Map<java.lang.String,​java.lang.String> provide()