Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.functions.AsyncRetryPredicate.result_predicate#

abstract AsyncRetryPredicate.result_predicate() → Optional[Callable[[List[pyflink.datastream.functions.OUT]], bool]][source]#

An optional Python predicate function that defines a condition on asyncFunction’s future result which will trigger a later reattempt operation, will be called before user’s ResultFuture#complete.

previous

pyflink.datastream.functions.AsyncRetryStrategy.exponential_backoff

next

pyflink.datastream.functions.AsyncRetryPredicate.exception_predicate

Show Source

Created using Sphinx 4.5.0.