RpcInterface
Types for working with RpcInterfaces.
Classes
| Name | Description | |
|---|---|---|
| BentleyCloudRpcConfiguration | Operating parameters for Bentley cloud RPC interface deployments. | |
| BentleyCloudRpcManager | Coordinates usage of RPC interfaces for Bentley cloud deployments. | |
| IModelNotFoundResponse | Response if the IModelDb was not found at the backend | |
| IModelTileRpcInterface | ||
| RpcConfiguration | A RpcConfiguration specifies how calls on an RPC interface will be marshalled, plus other operating parameters. | |
| RpcControlResponse | An RPC operation control response. | |
| RpcInterface | An RPC interface is a set of operations exposed by a service that a client can call, using configurable protocols, | |
| RpcManager | RPC interface management is concerned with coordination of access and configuration for RPC interfaces. | |
| RpcNotFoundResponse | A RPC operation response. | |
| RpcPendingResponse | A pending RPC operation response. | |
| RpcRoutingToken | 
Enumerations
| Name | Description | |
|---|---|---|
| RpcContentType | RPC content types. | Deprecated | 
| RpcEndpoint | Endpoints for RPC protocols. | Deprecated | 
| RpcProtocolEvent | RPC protocol event types. | Deprecated | 
| RpcRequestEvent | RPC request event types. | Deprecated | 
| RpcRequestStatus | The status of an RPC operation request. | Deprecated | 
| RpcResponseCacheControl | Describes available options for RPC response caching. | 
Interfaces
| Name | Description | |
|---|---|---|
| BentleyCloudRpcParams | Initialization parameters for BentleyCloudRpcConfiguration. | |
| HttpServerRequest | An HTTP server request object. | Deprecated | 
| HttpServerResponse | An HTTP server response object. | Deprecated | 
| ModelExtentsProps | Describes the volume of geometry contained with a GeometricModel as returned by | |
| OpenAPIInfo | An OpenAPI 3.0 info object. | Deprecated | 
| RpcActivity | The properties of an RpcActivity. | |
| RpcInterfaceDefinition | Specifies the required static properties of an RpcInterface class. | |
| RpcInterfaceEndpoints | Describes the endpoints of an RPC interface. | |
| SerializedRpcActivity | Serialized format for sending the request across the RPC layer | |
| SessionProps | Properties that identify a session. | 
Namespaces
| Name | Description | |
|---|---|---|
| RpcRequestStatus | Deprecated | 
Type Aliases
| Name | Description | |
|---|---|---|
| RpcInterfaceImplementation | A class that implements the operations of an RPC interface. | 
Last Updated: 10 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.