rpc v1.1.0 (2018-09-06T18:10:46Z)
Dub
Repo
IIdGenerator
rpc
core
Define an id generator.
More...
interface
IIdGenerator (
TId
) {
TId
getNextId
();
}
Members
Functions
getNextId
TId
getNextId
()
Undocumented in source.
Detailed Description
Template Params
TId = The type used to identify rpc request.
Meta
Source
See Implementation
rpc
core
aliases
RPCErrorHandler
RPCRequestHandler
rpcIdType
classes
HttpRPCClient
HttpRPCServer
IdGenerator
RPCException
RPCInterfaceSettings
RPCNotConnectedException
RPCParsingException
RPCTimeoutException
RawRPCClient
RawRPCServer
UnhandledRPCMethod
functions
noRpcMethod
rpcMethod
rpcObjectParams
interfaces
IIdGenerator
IRPCClient
IRPCRequest
IRPCResponse
IRPCServer
IRPCServerOutput
structs
NoRPCMethodAttribute
RPCIdTypeAttribute
RPCMethodAttribute
RPCMethodObjectParams
Define an id generator.