Table of Contents

Method AllowConsumeWithoutInbox

Namespace
Ratatoskr.EfCore
Assembly
Ratatoskr.EfCore.dll

AllowConsumeWithoutInbox(ConsumeChannelBuilder)

Explicitly opts this consume channel out of the optional consume-channel inbox requirement policy. This does not bypass transport-specific requirements (for example, EF Core transport still requires inbox).

public static ConsumeChannelBuilder AllowConsumeWithoutInbox(this ConsumeChannelBuilder builder)

Parameters

builder ConsumeChannelBuilder

Returns

ConsumeChannelBuilder