@Experimental public interface YieldingOperatorFactory<OUT> extends StreamOperatorFactory<OUT>
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) |
createStreamOperator, getChainingStrategy, getStreamOperatorClass, isInputTypeConfigurable, isLegacySource, isOutputTypeConfigurable, isStreamSource, setChainingStrategy, setInputType, setOutputTypevoid setMailboxExecutor(MailboxExecutor mailboxExecutor)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.