Package org.codelibs.fess.timer
Class LogNotificationTarget
java.lang.Object
org.codelibs.fess.timer.LogNotificationTarget
- All Implemented Interfaces:
org.codelibs.core.timer.TimeoutTarget
A timer target that periodically flushes buffered log notification events
to an OpenSearch index for downstream processing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogNotificationTarget
public LogNotificationTarget()Default constructor.
-
-
Method Details
-
expired
public void expired()- Specified by:
expiredin interfaceorg.codelibs.core.timer.TimeoutTarget
-
flush
public void flush()Flushes all buffered log notification events immediately.
-