Interface IPortConnectedListener<M>

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, FrankElement, HasApplicationContext, HasName, IConfigurable, IListener<M>, IPushingListener<M>, IScopeProvider, NameAware, ReceiverAware<M>
All Known Implementing Classes:
JmsListener, PushingJmsListener

public interface IPortConnectedListener<M> extends IPushingListener<M>, ReceiverAware<M>
Interface extending IPushingListener for listeners which connect to a ListenerPort or other type of named endpoint, from which they receive their messages. Current implementation is the PushingJmsListener.
Author:
Tim van der Leeuw
  • Method Details

    • getExceptionListener

      IbisExceptionListener getExceptionListener()
    • getHandler

      IMessageHandler<M> getHandler()
    • checkTransactionManagerValidity

      default void checkTransactionManagerValidity()