クラス DelegatingConnectionFactory
java.lang.ObjectSE
org.springframework.r2dbc.connection.DelegatingConnectionFactory
- 実装されたすべてのインターフェース:
ConnectionFactory
,Wrapped<ConnectionFactory>
public class DelegatingConnectionFactory
extends ObjectSE
implements ConnectionFactory, Wrapped<ConnectionFactory>
すべての呼び出しを特定のターゲット
ConnectionFactory
に委譲する R2DBC ConnectionFactory
実装。 このクラスはサブクラス化されることを意図しており、サブクラスは、単にターゲット ConnectionFactory
に委譲するべきではないメソッド(create()
など)のみをオーバーライドします。
- 導入:
- 5.3
- 作成者:
- Mark Paluch
- 関連事項:
コンストラクターのサマリー
コンストラクター説明DelegatingConnectionFactory
(ConnectionFactory targetConnectionFactory) 新しい DelegatingConnectionFactory を作成します。メソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<? extends Connection>
create()
この ConnectionFactory が委譲するターゲット ConnectionFactory を返します。unwrap()
コンストラクターの詳細
DelegatingConnectionFactory
新しい DelegatingConnectionFactory を作成します。- パラメーター:
targetConnectionFactory
- ターゲット ConnectionFactory
メソッドの詳細
getTargetConnectionFactory
この ConnectionFactory が委譲するターゲット ConnectionFactory を返します。create
- 次で指定:
- インターフェース
ConnectionFactory
のcreate
getMetadata
- 次で指定:
- インターフェース
ConnectionFactory
のgetMetadata
unwrap
- 次で指定:
- インターフェース
Wrapped<ConnectionFactory>
のunwrap