Class WindowConfig
java.lang.Object
org.apache.pulsar.common.functions.WindowConfig
Configuration of a windowing function.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis is a semantic option that windows can provide, forcing the semantics of theFunctionConfig.ProcessingGuaranteesto be equal to MANUAL, and then letting the windows function handle the semantic timing by itself. - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
WINDOW_CONFIG_KEY
- See Also:
 
 
 - 
 - 
Constructor Details
- 
WindowConfig
public WindowConfig() 
 -