@PublicEvolving public interface ProcessingTimeServiceAware
StreamOperatorFactory
, which
enables stream operators to access ProcessingTimeService
.
For an stream operator, if it needs to access the ProcessingTimeService
, it must be
created through a operator factory that implements ProcessingTimeServiceAware
, and the
operator factory should set the ProcessingTimeService
instance into the stream operator.
Modifier and Type | Method and Description |
---|---|
void |
setProcessingTimeService(ProcessingTimeService processingTimeService) |
void setProcessingTimeService(ProcessingTimeService processingTimeService)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.