インターフェース ArtemisConfigurationCustomizer

関数インターフェース:
これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。

@FunctionalInterfaceSE public interface ArtemisConfigurationCustomizer
自動構成された EmbeddedActiveMQ インスタンスで使用される前に Artemis JMS サーバー Configuration をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
導入:
1.3.0
作成者:
Edd ú Mel é ndez, Phillip Webb
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    customize(org.apache.activemq.artemis.core.config.Configuration configuration)
    構成をカスタマイズします。
  • メソッドの詳細

    • customize

      void customize(org.apache.activemq.artemis.core.config.Configuration configuration)
      構成をカスタマイズします。
      パラメーター:
      configuration - カスタマイズする構成