This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using ShrinkEventBus;
|
||||
|
||||
namespace ShrinkNetwork.Integration
|
||||
{
|
||||
public sealed class ShrinkNetworkEventBusBridgeOptions
|
||||
{
|
||||
public bool AutoRegisterAttributedMessages { get; set; } = true;
|
||||
public bool AutoRegisterStaticHandlers { get; set; }
|
||||
public Func<ShrinkNetworkSession, IShrinkEvent, bool>? SessionFilter { get; set; }
|
||||
public IShrinkNetworkDispatchScheduler? DispatchScheduler { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user