クラス AnnotationGatewayProxyFactoryBean<T>

型パラメーター:
T - プロキシを構築する対象のゲートウェイインターフェース。
実装済みのインターフェース一覧:
Advice, Interceptor, MethodInterceptor, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, FactoryBean<T>, InitializingBean, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ComponentSourceAware, ExpressionCapable, NamedComponent, IntegrationManagement, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent

public class AnnotationGatewayProxyFactoryBean<T> extends GatewayProxyFactoryBean<T>
Java 構成用の GatewayProxyFactoryBean 拡張機能。サービスインターフェースは、MessagingGateway アノテーションでマークされている場合があります。それ以外の場合は、デフォルトの状態が適用されます。
導入:
5.0
作成者:
Artem Bilan, Gary Russell
  • コンストラクターの詳細

    • AnnotationGatewayProxyFactoryBean

      public AnnotationGatewayProxyFactoryBean(ClassSE<T> serviceInterface)
  • 方法の詳細