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:
BisJmsListener, EsbJmsListener, FxfListener, JmsListener, PushingJmsListener, TibcoLogJmsListener
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 Summary
Modifier and TypeMethodDescriptiondefault voidMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface FrankElement
addConfigWarningMethods inherited from interface HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface IConfigurable
configureMethods inherited from interface IListener
afterMessageProcessed, extractMessage, start, stopMethods inherited from interface IPushingListener
setExceptionListener, setHandler, wrapRawMessageMethods inherited from interface ReceiverAware
getReceiver, setReceiver
-
Method Details
-
getExceptionListener
IbisExceptionListener getExceptionListener() -
getHandler
IMessageHandler<M> getHandler() -
checkTransactionManagerValidity
default void checkTransactionManagerValidity()
-