@Published(tag="architect") public interface DoubleSubmissionHandler
| Modifier and Type | Method and Description | 
|---|---|
HttpResponse | 
handle(HttpRequest request,
      ExecutionContext context,
      Handler<HttpRequest,HttpResponse> httpRequestHandler,
      OnDoubleSubmission annotation)
OnDoubleSubmissionアノテーションに対する処理を行う。 
 | 
HttpResponse handle(HttpRequest request, ExecutionContext context, Handler<HttpRequest,HttpResponse> httpRequestHandler, OnDoubleSubmission annotation)
request - HTTPリクエストオブジェクトcontext - サーバサイド実行コンテキストオブジェクトhttpRequestHandler - 処理対象のリクエストハンドラannotation - 処理対象のOnDoubleSubmission