0.1.dev2184+g1e0cbe7.d20250401

flytekit.clients.grpc_utils.wrap_exception_interceptor

Directory

Classes

Class Description
RetryExceptionWrapperInterceptor Affords intercepting unary-unary invocations.

flytekit.clients.grpc_utils.wrap_exception_interceptor.RetryExceptionWrapperInterceptor

Affords intercepting unary-unary invocations.

class RetryExceptionWrapperInterceptor(
    max_retries: int,
)
Parameter Type
max_retries int

Methods

Method Description
intercept_unary_stream() Intercepts a unary-stream invocation.
intercept_unary_unary() Intercepts a unary-unary invocation asynchronously.

intercept_unary_stream()

def intercept_unary_stream(
    continuation,
    client_call_details,
    request,
)

Intercepts a unary-stream invocation.

Parameter Type
continuation
client_call_details
request

intercept_unary_unary()

def intercept_unary_unary(
    continuation,
    client_call_details,
    request,
)

Intercepts a unary-unary invocation asynchronously.

Parameter Type
continuation
client_call_details
request