クラス EndpointHandlerMultiMethod

java.lang.ObjectSE
org.springframework.kafka.support.EndpointHandlerMethod
org.springframework.kafka.support.EndpointHandlerMultiMethod

public class EndpointHandlerMultiMethod extends EndpointHandlerMethod
エンドポイントを再試行するためのハンドラーマルチメソッド。
導入:
3.2
作成者:
Wang Zhiyang
  • コンストラクターの詳細

    • EndpointHandlerMultiMethod

      public EndpointHandlerMultiMethod(ObjectSE bean, MethodSE defaultMethod, ListSE<MethodSE> methods)
      Construct an instance for the provided bean, defaultMethod and methods.
      パラメーター:
      bean - Bean。
      defaultMethod - defaultMethod。
      methods - メソッド。
  • メソッドの詳細

    • getMethods

      public ListSE<MethodSE> getMethods()
      メソッドリストを返します。
      戻り値:
      メソッドリスト。
    • setMethods

      public void setMethods(ListSE<MethodSE> methods)
      メソッドリストを設定します。
      パラメーター:
      methods - メソッドリスト。
    • getDefaultMethod

      public MethodSE getDefaultMethod()
      デフォルトのメソッドを返します。
      戻り値:
      デフォルトの方法。
    • setDefaultMethod

      public void setDefaultMethod(MethodSE defaultMethod)
      デフォルトの方法を設定します。
      パラメーター:
      defaultMethod - デフォルトの方法。