Interface IRequestMessage<TResponse>
- Namespace
- DotCompute.Abstractions.Messaging
- Assembly
- DotCompute.Abstractions.dll
Marker interface for request messages that expect a response.
public interface IRequestMessage<TResponse> : IRingKernelMessage where TResponse : IResponseMessage
Type Parameters
TResponseThe expected response message type.
- Inherited Members