Package com.atlan.samples.events
Class NumaflowScorer
- java.lang.Object
-
- io.numaproj.numaflow.function.handlers.MapHandler
-
- com.atlan.samples.events.AbstractNumaflowHandler
-
- com.atlan.samples.events.NumaflowScorer
-
public class NumaflowScorer extends AbstractNumaflowHandler
An example to calculate a Data as a Product (DaaP) completeness score based on the level of enrichment of an asset.
-
-
Field Summary
-
Fields inherited from class com.atlan.samples.events.AbstractNumaflowHandler
FAILURE, SUCCESS
-
-
Constructor Summary
Constructors Constructor Description NumaflowScorer()
Default constructor - pass handler up to superclass.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Register the event processing function.-
Methods inherited from class com.atlan.samples.events.AbstractNumaflowHandler
drop, failed, failed, forward, forward, getAtlanEvent, getHandler, processEvent, processMessage, succeeded, succeeded
-
-