Class StreamAuditWriter
java.lang.Object
org.nuxeo.ecm.platform.audit.impl.StreamAuditWriter
- All Implemented Interfaces:
StreamProcessorTopology
Computation that consumes a stream of log entries and write them to the audit backend.
- Since:
- 9.3
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTopology
(Map<String, String> options) Returns a Stream computation topology.
-
Field Details
-
COMPUTATION_NAME
- See Also:
-
-
Constructor Details
-
StreamAuditWriter
public StreamAuditWriter()
-
-
Method Details
-
getTopology
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-