Package org.nuxeo.lib.stream.computation
Class ComputationMetadata
java.lang.Object
org.nuxeo.lib.stream.computation.ComputationMetadata
- Direct Known Subclasses:
ComputationMetadataMapping
The metadata defining a computation.
- Since:
- 9.3
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
inputStreams
-
outputStreams
-
-
Constructor Details
-
ComputationMetadata
-
-
Method Details
-
name
Globally unique identifier of the computation. -
inputStreams
List of streams to subscribe this computation to. -
outputStreams
List of streams this computation may produce on. -
equals
-
hashCode
public int hashCode() -
toString
-