Table of Contents

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

TResponse

The expected response message type.

Inherited Members