Table of Contents

Method WithMaxMessageSize

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

WithMaxMessageSize(int)

Sets the maximum allowed size of the serialized message body in bytes. Messages exceeding this limit will cause SaveChangesAsync to throw.

public OutboxBuilder<TDbContext> WithMaxMessageSize(int maxBytes)

Parameters

maxBytes int

Returns

OutboxBuilder<TDbContext>