Interface GlobalStream.TwoGlobalStreams<T1,T2>
-
- Enclosing interface:
- GlobalStream<T>
@Experimental public static interface GlobalStream.TwoGlobalStreams<T1,T2>This class represents a combination of twoGlobalStream. It will be used as the return value of operation with two output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalStream.ProcessConfigurableAndGlobalStream<T1>getFirst()Get the first stream.GlobalStream.ProcessConfigurableAndGlobalStream<T2>getSecond()Get the second stream.
-
-
-
Method Detail
-
getFirst
GlobalStream.ProcessConfigurableAndGlobalStream<T1> getFirst()
Get the first stream.
-
getSecond
GlobalStream.ProcessConfigurableAndGlobalStream<T2> getSecond()
Get the second stream.
-
-