Package | Description |
---|---|
eneter.messaging.endpoints.rpc |
Remote Procedure Calls (RPC).
|
Modifier and Type | Method and Description |
---|---|
RpcFactory |
RpcFactory.setRpcClientThreading(IThreadDispatcherProvider threading)
Sets threading mechanism used for invoking events (if RPC interface has some) and ConnectionOpened and ConnectionClosed events.
|
RpcFactory |
RpcFactory.setRpcTimeout(int rpcTimeout)
Sets timeout which specifies until when a call to a remote method must return.
|
RpcFactory |
RpcFactory.setSerializer(ISerializer serializer)
Sets serializer to be used to serialize/deserialize messages between client and service.
|
RpcFactory |
RpcFactory.setSerializerProvider(GetSerializerCallback serializerProvider)
Sets callback for retrieving serializer based on response receiver id.
|