クラス AbstractXmppConnectionAwareMessageHandler

実装されたすべてのインターフェース:
org.reactivestreams.Subscriber<Message<?>>AwareBeanFactoryAwareBeanNameAwareDisposableBeanInitializingBeanApplicationContextAwareOrderedExpressionCapableOrderableIntegrationPatternNamedComponentIntegrationManagementTrackableComponentMessageHandlerreactor.core.CoreSubscriber<Message<?>>
既知の直属サブクラス
ChatMessageSendingMessageHandlerPresenceSendingMessageHandler

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
      このコンポーネントがすでに初期化されている場合は、このコンポーネントのステータスを返します。
      オーバーライド:
      クラス IntegrationObjectSupportisInitialized 
      戻り値:
      このコンポーネントがすでに初期化されている場合のフラグ。
    • onInit

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