Class AuditLogKafkaClient<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser,AL extends ir.msob.jima.auditlog.commons.model.AuditLogAbstract<ID>>
java.lang.Object
ir.msob.jima.auditlog.api.kafka.client.AuditLogKafkaClient<ID,USER,AL>
- All Implemented Interfaces:
BaseAuditLogClient<ID,USER, AL>
public abstract class AuditLogKafkaClient<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser,AL extends ir.msob.jima.auditlog.commons.model.AuditLogAbstract<ID>>
extends Object
implements BaseAuditLogClient<ID,USER,AL>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionir.msob.jima.core.commons.client.BaseAsyncClientir.msob.jima.core.beans.util.JsonParserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ir.msob.jima.auditlog.client.BaseAuditLogClient
convert, delete, getAuditLogClass, hasAuditLogAnnotation, hasAuditLogAnnotation, ignoreFields, insert, prepareAuditLog, sendAndCheck, update
-
Constructor Details
-
AuditLogKafkaClient
public AuditLogKafkaClient()
-
-
Method Details
-
getJsonParser
public ir.msob.jima.core.beans.util.JsonParser getJsonParser()- Specified by:
getJsonParserin interfaceBaseAuditLogClient<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser, AL extends ir.msob.jima.auditlog.commons.model.AuditLogAbstract<ID>>
-
getAsyncClient
public ir.msob.jima.core.commons.client.BaseAsyncClient getAsyncClient()- Specified by:
getAsyncClientin interfaceBaseAuditLogClient<ID extends Comparable<ID> & Serializable,USER extends ir.msob.jima.core.commons.security.BaseUser, AL extends ir.msob.jima.auditlog.commons.model.AuditLogAbstract<ID>>
-