feat(cordis): 接入上下文组合与模组事务热替换
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#nullable enable
|
||||
|
||||
namespace ShrinkCommand.Integration
|
||||
{
|
||||
public sealed class ShrinkCommandEventBusBridgeOptions
|
||||
{
|
||||
public string ServiceName { get; set; } = ShrinkCommandConstants.DefaultServiceName;
|
||||
public IShrinkCommandSource? DefaultSource { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user