C# Class NServiceBus.DurableMessagesConventionExtensions

Add extensions to allow conventions for message durability to be changed.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
DefiningExpressMessagesAs ( this builder, bool>.Func definesExpressMessageType ) : ConventionsBuilder

Sets the function to be used to evaluate whether a type is an express message or not.

Method Details

DefiningExpressMessagesAs() public static method

Sets the function to be used to evaluate whether a type is an express message or not.
public static DefiningExpressMessagesAs ( this builder, bool>.Func definesExpressMessageType ) : ConventionsBuilder
builder this
definesExpressMessageType bool>.Func
return ConventionsBuilder