インターフェース | 説明 |
---|---|
Binder<T,C extends ConsumerProperties,P extends ProducerProperties> | アプリインターフェースを論理名にバインドするために使用される戦略インターフェース。 |
BinderFactory | |
BinderTypeRegistry | 名前でインデックス付けされた BinderType のレジストリ。 |
Binding<T> | 入力または出力と、バインダーを介して接続されるアダプターエンドポイント間のバインディングを表します。 |
BindingCleaner | バインダーのクリーンアップを実行する実装のインターフェース。 |
DefaultBinderFactory.Listener | 追加の構成を登録できる DefaultBinderFactory に登録できるリスナー。 |
ExtendedBindingProperties<C,P> | 特定のバインダー実装の共通バインディングプロパティを継承するプロパティ。 |
ExtendedPropertiesBinder<T,C,P> | |
LastSubscriberMessageHandler | 最後になる必要があるサブスクライバーを指定するマーカーインターフェース。 |
PartitionKeyExtractorStrategy | メッセージからパーティションキーを抽出するための戦略。 |
PartitionSelectorStrategy | メッセージを送信するパーティションを決定するための戦略。 |
クラス | 説明 |
---|---|
AbstractBinder<T,C extends ConsumerProperties,P extends ProducerProperties> | Binder 実装の基本クラス。 |
AbstractMessageChannelBinder<C extends ConsumerProperties,P extends ProducerProperties,PP extends ProvisioningProvider<C,P>> | MessageChannel バインダーの基本クラスとして機能する AbstractBinder 。 |
AbstractMessageChannelBinder.ErrorInfrastructure | |
BinderConfiguration | バインダーインスタンスの構成。 BinderType をその構成 Properties SE に関連付けます。 |
BinderHeaders | Spring Cloud Stream の Spring Integration メッセージヘッダー。 |
BinderType | 1 つ以上の Configuration アノテーション付きクラスを参照します。これらのクラスは、通常、特定の型のシステム (例: |
ConsumerProperties | 一般的なコンシューマープロパティ。 |
DefaultBinderFactory | デフォルトの BinderFactory 実装。 |
DefaultBinderTypeRegistry | BinderTypeRegistry のデフォルトの実装。 |
DefaultBinding<T> | Binding のデフォルト実装。 |
DirectHandler | |
EmbeddedHeaderUtils | リクエストされたヘッダーを {@code 0xff, n(1), [ [lenHdr(1), hdr, lenValue(4), value]... の形式でペイロードにエンコードします。 |
ExpressionSerializer | 式値の JSON シリアライザー。 |
ExtendedConsumerProperties<T> | ExtendedPropertiesBinder と一緒に使用する ConsumerProperties の拡張。 |
ExtendedProducerProperties<T> | |
JavaClassMimeTypeUtils | 任意の java クラスを MimeType として表すハンドル。 |
MessageSerializationUtils | Utility class for serializing and de-serializing the message payload. |
MessageValues | Binder 実装がメッセージコンテンツをより効率的に変換および強化できるようにする変更可能な型。 |
OriginalContentTypeResolver | |
PartitionHandler | バインディングがパーティション分割用に構成されているかどうか (コンストラクターで提供されるバインダープロパティに基づいて)、およびメッセージを配信するパーティションを決定するユーティリティクラス。 |
ProducerProperties | 一般的なプロデューサーのプロパティ。 |
StringConvertingContentTypeResolver | 文字列値を解析できる DefaultContentTypeResolver 。 |
列挙型 | 説明 |
---|---|
HeaderMode |
例外 | 説明 |
---|---|
BinderException | バインダーエラー (おそらく構成エラー) を示すためにスローされた例外。 |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.