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.exception_predicate#

abstract AsyncRetryPredicate.exception_predicate() → Optional[Callable[[Exception], bool]][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

Show Source

Created using Sphinx 4.5.0.