Table of Contents

Interface IMessageProducer<T>

Namespace
Common
Assembly
Lykke.Common.dll
public interface IMessageProducer<in T>

Type Parameters

T
Extension Methods

Methods

ProduceAsync(T)

Task ProduceAsync(T message)

Parameters

message T

Returns

Task