Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.testing
Interface TestStream.Event<T>
-
- All Known Implementing Classes:
- TestStream.ElementEvent, TestStream.ProcessingTimeEvent, TestStream.WatermarkEvent
- Enclosing class:
- TestStream<T>
public static interface TestStream.Event<T>
An event in aTestStream
. A marker interface for all events that happen while evaluating aTestStream
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description TestStream.EventType
getType()
-
-
-
Method Detail
-
getType
TestStream.EventType getType()
-
-