Class StreamAuditWriter
- java.lang.Object
-
- org.nuxeo.ecm.platform.audit.impl.StreamAuditWriter
-
- All Implemented Interfaces:
StreamProcessorTopology
public class StreamAuditWriter extends Object implements StreamProcessorTopology
Computation that consumes a stream of log entries and write them to the audit backend.- Since:
- 9.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamAuditWriter.AuditLogWriterComputation
-
Field Summary
Fields Modifier and Type Field Description static String
COMPUTATION_NAME
-
Constructor Summary
Constructors Constructor Description StreamAuditWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Topology
getTopology(Map<String,String> options)
Returns a Stream computation topology.
-
-
-
Field Detail
-
COMPUTATION_NAME
public static final String COMPUTATION_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StreamAuditWriter
public StreamAuditWriter()
-
-
Method Detail
-
getTopology
public Topology getTopology(Map<String,String> options)
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-
-