クラスの使用
org.springframework.integration.cloudevents.dsl.CloudEventHeadersBuilder
CloudEventHeadersBuilder を使用するパッケージ
org.springframework.integration.cloudevents.dsl 内の CloudEventHeadersBuilder 使用
修飾子と型メソッド説明CloudEventHeadersBuilder.dataContentType(@Nullable StringSE dataContentType) CloudEvent データコンテンツ型を設定します。CloudEventHeadersBuilder.dataContentTypeExpression(StringSE dataContentType) CloudEvent データコンテンツ型を決定するために評価される式を設定します。CloudEventHeadersBuilder.dataContentTypeFunction(FunctionSE<Message<P>, StringSE> dataContentType) CloudEvent データコンテンツ型を判定するために呼び出される関数を設定します。CloudEventHeadersBuilder.dataSchema(@Nullable URISE dataSchema) CloudEvent のデータスキーマを設定します。CloudEventHeadersBuilder.dataSchemaExpression(StringSE dataSchema) CloudEvent データスキーマを決定するために評価される式を設定します。CloudEventHeadersBuilder.dataSchemaFunction(FunctionSE<Message<P>, URISE> dataSchema) CloudEvent のデータスキーマを決定するために呼び出される関数を設定します。static CloudEventHeadersBuilderCloudEvents.headers()デフォルトのプレフィックスを使用してCloudEventHeadersBuilderを作成します。static CloudEventHeadersBuilder指定された接頭辞を持つCloudEventHeadersBuilderを作成します。CloudEvent ID を設定します。CloudEventHeadersBuilder.idExpression(StringSE id) CloudEvent ID を決定するために評価される式を設定します。CloudEventHeadersBuilder.idFunction(FunctionSE<Message<P>, StringSE> id) CloudEvent ID を特定するために呼び出される関数を設定します。CloudEvent ソースを設定します。CloudEventHeadersBuilder.sourceExpression(StringSE source) CloudEvent ソースを特定するために評価される式を設定します。CloudEventHeadersBuilder.sourceFunction(FunctionSE<Message<P>, URISE> source) CloudEvent ソースを特定するために呼び出される関数を設定します。CloudEvent という件名を設定してください。CloudEventHeadersBuilder.subjectExpression(StringSE subject) CloudEvent のテスト対象を特定するために評価される式を設定します。CloudEventHeadersBuilder.subjectFunction(FunctionSE<Message<P>, StringSE> subject) CloudEvent のテスト対象を特定するために呼び出される関数を設定します。CloudEventHeadersBuilder.time(@Nullable OffsetDateTimeSE time) CloudEvent の時刻を設定してください。CloudEventHeadersBuilder.timeExpression(StringSE time) CloudEvent 時間を決定するために評価される式を設定します。CloudEventHeadersBuilder.timeFunction(FunctionSE<Message<P>, OffsetDateTimeSE> time) CloudEvent 時刻を決定するために呼び出される関数を設定します。CloudEvent 型を設定します。CloudEventHeadersBuilder.typeExpression(StringSE type) CloudEvent 型を判定するために評価される式を設定します。CloudEventHeadersBuilder.typeFunction(FunctionSE<Message<P>, StringSE> type) CloudEvent 型を判定するために呼び出される関数を設定します。