Interface AuditlogServiceFactory


public interface AuditlogServiceFactory
Interface implemented by AuditlogService factory classes.
  • Method Details

    • init

      void init(CallbackHandler callbackHandler, Properties properties) throws Exception
      Initializes this class with given properties. The callbackCandler can provide access to member internals.
      Parameters:
      callbackHandler - callback handler which provides access to member internals
      properties - properties from the config
      Throws:
      Exception
    • createAuditlog

      AuditlogService createAuditlog() throws Exception
      Creates the configured AuditlogService instance.
      Throws:
      Exception