@Experimental @Deprecated public interface YieldingOperatorFactory<OUT> extends StreamOperatorFactory<OUT>
MailboxExecutor
is accessible via StreamOperatorParameters.getMailboxExecutor()
.
An operator that needs access to the MailboxExecutor
to yield to downstream operators
needs to be created through a factory implementing this interface.
Modifier and Type | Method and Description |
---|---|
void |
setMailboxExecutor(MailboxExecutor mailboxExecutor)
Deprecated.
|
createStreamOperator, getChainingStrategy, getOperatorAttributes, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputType
void setMailboxExecutor(MailboxExecutor mailboxExecutor)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.