Package com.hazelcast.auditlog
Interface AuditlogServiceFactory
public interface AuditlogServiceFactory
Interface implemented by
AuditlogService
factory classes.-
Method Summary
Modifier and TypeMethodDescriptionCreates the configuredAuditlogService
instance.void
init
(CallbackHandler callbackHandler, Properties properties) Initializes this class with given properties.
-
Method Details
-
init
Initializes this class with given properties. The callbackCandler can provide access to member internals.- Parameters:
callbackHandler
- callback handler which provides access to member internalsproperties
- properties from the config- Throws:
Exception
-
createAuditlog
Creates the configuredAuditlogService
instance.- Throws:
Exception
-