Package nablarch.fw.messaging.logging
Class MessagingJsonLogFormatter.ReplyToBuilder
java.lang.Object
nablarch.fw.messaging.logging.MessagingJsonLogFormatter.ReplyToBuilder
- All Implemented Interfaces:
JsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
- Enclosing class:
- MessagingJsonLogFormatter
public static class MessagingJsonLogFormatter.ReplyToBuilder
extends Object
implements JsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
出力項目(応答宛先キュー名)を処理するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(Map<String, Object> structuredObject, MessagingLogFormatter.MessagingLogContext context) 構造化ログのオブジェクトを構築する。
-
Constructor Details
-
ReplyToBuilder
public ReplyToBuilder()
-
-
Method Details
-
build
public void build(Map<String, Object> structuredObject, MessagingLogFormatter.MessagingLogContext context) 構造化ログのオブジェクトを構築する。- Specified by:
build
in interfaceJsonLogObjectBuilder<MessagingLogFormatter.MessagingLogContext>
- Parameters:
structuredObject
- 構築先のオブジェクトcontext
- ログコンテキスト
-