これを行う最善の方法は何ですか?
私は次のようなことを考えていました:
public void Initialize(IPipeline pipelineRunner)
{
pipelineRunner
.Notify(CaptureRequestStartTime)
.Before<KnownStages.IBegin>();
pipelineRunner
.Notify(LogRequestTimeWithStatsd)
.After<KnownStages.IEnd>();
}
しかし、内部を知っている人からのアドバイスは役に立つかもしれません。
オープン ラスタにカスタム http ハンドラを追加することは可能ですか?