これが、他のすべてのハンドラー(AuthorizationHandler)の前にハンドラー(AuthorizationHandler)を実行する順序を指定する方法であるかどうか疑問に思っていますか?
public void SpecifyOrder(Order order)
{
order.Specify(First<AuthorizationHandler>.Then<IHandleMessages<IMessage>>());
}
を追加するのは奇妙に感じThen<IHandleMessages<IMessage>>()
ます。
他のすべての前にバス実行xハンドラーに言うより良い方法はありますか?