软件包Rebus.MessageValidation可以进行哪些消息验证?

时间:2018-07-05 10:58:08

标签: rebus

有一个软件包:https://github.com/rebus-org/Rebus.MessageValidation 从源头来看,它只有两种扩展方法。一个空方法“ EnableMessageValidation”,第二个是静态方法“ Batch”,其中包括枚举拆分。

测试包中包含:

Configure.With(activator)
    .Transport(t => t.UseInMemoryTransport(new InMemNetwork(), "validation-check"))
    .Options(o => o.EnableMessageValidation())
    .Start();

请告诉我,软件包Rebus.Message Validation可以进行哪些消息验证?如果有的话,如何添加我的验证码?

0 个答案:

没有答案