Class Never
java.lang.Object
org.apache.beam.sdk.transforms.windowing.Never
A 
Trigger which never fires.
 Using this trigger will only produce output when the watermark passes the end of the window plus the allowed lateness.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Never.NeverTriggerever()Returns a trigger which never fires. 
- 
Constructor Details
- 
Never
public Never() 
 - 
 - 
Method Details
- 
ever
Returns a trigger which never fires. Output will be produced from the usingGroupByKeywhen theBoundedWindowcloses. 
 -