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>
inputStreams
protected String
name
protected Set<String>
outputStreams
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
Set<String>
inputStreams()
List of streams to subscribe this computation to.String
name()
Globally unique identifier of the computation.Set<String>
outputStreams()
List of streams this computation may produce on.String
toString()
-
-
-
Method Detail
-
name
public String name()
Globally unique identifier of the computation.
-
-