Package org.nuxeo.lib.stream.computation
Class ComputationMetadata
- java.lang.Object
-
- org.nuxeo.lib.stream.computation.ComputationMetadata
-
- Direct Known Subclasses:
ComputationMetadataMapping
public class ComputationMetadata extends Object
The metadata defining a computation.- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<String>inputStreamsprotected Stringnameprotected Set<String>outputStreams
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()Set<String>inputStreams()List of streams to subscribe this computation to.Stringname()Globally unique identifier of the computation.Set<String>outputStreams()List of streams this computation may produce on.StringtoString()
-
-
-
Method Detail
-
name
public String name()
Globally unique identifier of the computation.
-
-