Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • Asynchronous I/O
  • pyflink.datastream.functions.AsyncRetryPredicate.exception_predicate

pyflink.datastream.functions.AsyncRetryPredicate.exception_predicate#

abstract AsyncRetryPredicate.exception_predicate() → Callable[[Exception], bool] | None[source]#

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

previous

pyflink.datastream.functions.AsyncRetryPredicate.result_predicate

next

pyflink.datastream.async_retry_predicates.empty_result_predicate

On this page
  • AsyncRetryPredicate.exception_predicate()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.