クラス AuditListener

java.lang.ObjectSE
org.springframework.boot.actuate.audit.listener.AbstractAuditListener
org.springframework.boot.actuate.audit.listener.AuditListener
実装されたすべてのインターフェース:
EventListenerSEApplicationListener<AuditApplicationEvent>

public class AuditListener extends AbstractAuditListener
デフォルトの AbstractAuditListener 実装。AuditApplicationEvent をリッスンし、AuditEventRepository に保存します。
導入:
1.0.0
作成者:
Dave Syer, Stephane Nicoll, Vedran Pavic