クラス AbstractXmppConnectionAwareMessageHandler

実装済みのインターフェース一覧:
org.reactivestreams.Subscriber<Message<?>>, Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Ordered, ComponentSourceAware, ExpressionCapable, Orderable, IntegrationPattern, NamedComponent, IntegrationManagement, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>
既知の直属サブクラス
ChatMessageSendingMessageHandler, PresenceSendingMessageHandler

public abstract class AbstractXmppConnectionAwareMessageHandler extends AbstractMessageHandler
導入:
2.0
作成者:
Oleg Zhurakousky, Artem Bilan, Gary Russell
  • コンストラクターの詳細

    • AbstractXmppConnectionAwareMessageHandler

      public AbstractXmppConnectionAwareMessageHandler()
    • AbstractXmppConnectionAwareMessageHandler

      public AbstractXmppConnectionAwareMessageHandler(org.jivesoftware.smack.XMPPConnection xmppConnection)
  • 方法の詳細

    • getXmppConnection

      protected org.jivesoftware.smack.XMPPConnection getXmppConnection()
    • isInitialized

      protected boolean isInitialized()
      クラスからコピーされた説明: IntegrationObjectSupport
      このコンポーネントがすでに初期化されている場合は、このコンポーネントのステータスを返します。
      オーバーライド:
      クラス IntegrationObjectSupport の isInitialized 
      戻り値:
      このコンポーネントがすでに初期化されている場合のフラグ。
    • onInit

      protected void onInit()
      クラスからコピーされた説明: IntegrationObjectSupport
      サブクラスは、初期化ロジック用にこれを実装できます。
      オーバーライド:
      クラス IntegrationObjectSupport の onInit