RpcStrictModeExtension

Properties

Link copied to clipboard
val fields: Property<RpcStrictMode>

Fields in RPC services are deprecated, due to its error-prone nature.

Link copied to clipboard
val nestedFlow: Property<RpcStrictMode>

Nested flows in RPC services are deprecated, due to their error-prone nature.

Link copied to clipboard

Not top-level flows in the return value are deprecated in RPC for streaming.

Link copied to clipboard
val sharedFlow: Property<RpcStrictMode>

SharedFlows in RPC services are deprecated, due to their error-prone nature.

Link copied to clipboard
val stateFlow: Property<RpcStrictMode>

StateFlows in RPC services are deprecated, due to their error-prone nature.

Link copied to clipboard

StreamScoped functions are deprecated.

Link copied to clipboard

Suspending functions with server-streaming are deprecated in RPC.