Interface IPortConnectedListener<M>

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, IConfigurable, IConfigurationAware, IListener<M>, INamedObject, IPushingListener<M>, IScopeProvider
All Known Implementing Classes:
JmsListener, PushingJmsListener

public interface IPortConnectedListener<M> extends IPushingListener<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