Package org.apache.camel.component.wal
Interface LogSupervisor
- All Known Implementing Classes:
DefaultLogSupervisor
public interface LogSupervisor
A supervisor can be used to specify custom supervising activities (such as flushing to disk, recycling, etc) for the
log writer
-
Method Summary
-
Method Details
-
start
Starts the flush policy- Parameters:
runnable- the code to be executed by the log supervisor
-
stop
void stop()Stops the policy
-