Uses of Class
com.streamconverter.context.ExecutionContext.Builder
Packages that use ExecutionContext.Builder
-
Uses of ExecutionContext.Builder in com.streamconverter.context
Methods in com.streamconverter.context that return ExecutionContext.BuilderModifier and TypeMethodDescriptionstatic ExecutionContext.BuilderExecutionContext.builder()カスタム設定でExecutionContextを作成するためのビルダーを取得ExecutionContext.Builder.executionId(String executionId) 実行IDを設定ExecutionContext.Builder.globalContext(String key, String value) グローバルコンテキスト値を設定ExecutionContext.Builder.globalContext(Map<String, String> context) グローバルコンテキストを一括設定開始時刻を設定ExecutionContext.Builder.userContext(String key, String value) ユーザーコンテキスト値を設定ExecutionContext.Builder.userContext(Map<String, String> context) ユーザーコンテキストを一括設定