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