Class AbstractXmppConnectionAwareMessageHandler

All Implemented Interfaces:
org.reactivestreams.Subscriber<Message<?>>, Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Ordered, ExpressionCapable, Orderable, IntegrationPattern, NamedComponent, IntegrationManagement, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>
Direct Known Subclasses:
ChatMessageSendingMessageHandler, PresenceSendingMessageHandler

public abstract class AbstractXmppConnectionAwareMessageHandler extends AbstractMessageHandler
Since:
2.0
Author:
Oleg Zhurakousky, Artem Bilan, Gary Russell
  • Constructor Details

    • AbstractXmppConnectionAwareMessageHandler

      public AbstractXmppConnectionAwareMessageHandler()
    • AbstractXmppConnectionAwareMessageHandler

      public AbstractXmppConnectionAwareMessageHandler(org.jivesoftware.smack.XMPPConnection xmppConnection)
  • Method Details

    • getXmppConnection

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

      protected boolean isInitialized()
      Description copied from class: IntegrationObjectSupport
      Return the status of this component if it has been initialized already.
      Overrides:
      isInitialized in class IntegrationObjectSupport
      Returns:
      the flag if this component has been initialized already.
    • onInit

      protected void onInit()
      Description copied from class: IntegrationObjectSupport
      Subclasses may implement this for initialization logic.
      Overrides:
      onInit in class IntegrationObjectSupport