Table of Contents

Interface IAmqpWriteable

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

A AMQP writeable.

public interface IAmqpWriteable

Methods

GetRequiredBufferSize()

Gets the minimum required buffer size.

int GetRequiredBufferSize()

Returns

int

The minimum required buffer size.

WriteTo(Span<byte>)

Write this instance to the provided span.

int WriteTo(Span<byte> span)

Parameters

span Span<byte>

The span to write it to.

Returns

int

The amount of bytes written.