クラス EndpointHandlerMethod

java.lang.ObjectSE
org.springframework.kafka.support.EndpointHandlerMethod
既知の直属サブクラス
EndpointHandlerMultiMethod

public class EndpointHandlerMethod extends ObjectSE
エンドポイントを再試行するためのハンドラーメソッド。
導入:
2.7
作成者:
Tomaz Fernandes, Gary Russell, Wang Zhiyang
  • コンストラクターの詳細

    • EndpointHandlerMethod

      public EndpointHandlerMethod(ObjectSE beanOrClass, StringSE methodName)
    • EndpointHandlerMethod

      public EndpointHandlerMethod(ObjectSE bean)
      提供された Bean のインスタンスを構築します。
      パラメーター:
      bean - Bean。
      導入:
      3.2
    • EndpointHandlerMethod

      public EndpointHandlerMethod(ObjectSE bean, MethodSE method)
  • メソッドの詳細

    • getMethod

      public MethodSE getMethod()
      メソッドを返します。
      戻り値:
      メソッド。
    • getMethodName

      public StringSE getMethodName()
      メソッド名を返します。
      戻り値:
      名前。
      導入:
      2.8
    • resolveBean

      public ObjectSE resolveBean(BeanFactory beanFactory)