Table of Contents

Interface IEntityInfoSpecification<T>

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll

Generic interface for managing entities with result of type T

public interface IEntityInfoSpecification<T> where T : IEntityInfo

Type Parameters

T

Methods

DeclareAsync()

Task<T> DeclareAsync()

Returns

Task<T>

DeleteAsync()

Task<T> DeleteAsync()

Returns

Task<T>