Interface IRpcClient
Inherited Members
System.IDisposable.Dispose()
Namespace: Catalyst.Abstractions.Rpc
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IRpcClient : ISocketClient, ISocket, IDisposable
Methods
| Improve this Doc View SourceSubscribeToResponse<T>(Action<T>)
Declaration
IDisposable SubscribeToResponse<T>(Action<T> onNext)
where T : IMessage<T>
Parameters
Type | Name | Description |
---|---|---|
System.Action<T> | onNext |
Returns
Type | Description |
---|---|
System.IDisposable |
Type Parameters
Name | Description |
---|---|
T |