QGrpcInterceptorContinuation 类

template <typename T> class QGrpcInterceptorContinuation

Qt GRPC 拦截器后续处理的模板类。更多...

头文件 #include <QGrpcInterceptorContinuation>
CMakefind_package(Qt6 REQUIRED COMPONENTS Grpc)
target_link_libraries(mytarget PRIVATE Qt6::Grpc)
自从Qt 6.7
状态技术预览

公共函数

QGrpcInterceptorContinuation(std::function<void (ReplyType, ParamType)> _func)
voidoperator()(QGrpcInterceptorContinuation<T>::ReplyType response, QGrpcInterceptorContinuation<T>::ParamType param)

详细描述

QGrpcInterceptorContinuation 类是一个帮助类,封装了基于 QGrpcOperation 类型的特定调用或流的 std::function。它用于管理 Qt GRPC 拦截器处理的后续操作。

成员函数文档

QGrpcInterceptorContinuation::QGrpcInterceptorContinuation(std::function<void (ReplyType, ParamType)> _func)

用提供的函数 _func 构造 QGrpcInterceptorContinuation。

void QGrpcInterceptorContinuation::operator()(QGrpcInterceptorContinuation<T>::ReplyType response, QGrpcInterceptorContinuation<T>::ParamType param)

使用给定的 responseparam 参数调用继续函数。

© 2024 Qt 公司有限公司。此文档中的文档贡献是该贡献者的版权。所提供的文档是根据自由软件基金会发布的 GNU 自由文档许可协议版本 1.3 许可的。Qt 和相应的标志是芬兰以及全球其他地区的 Qt 公司有限公司的商标。所有其他商标均为其各自的拥有者的财产。