Package org.frankframework.core
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
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 void
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
Methods inherited from interface org.frankframework.core.IConfigurable
configure
Methods inherited from interface org.frankframework.core.IListener
afterMessageProcessed, extractMessage, start, stop
Methods inherited from interface org.frankframework.core.IPushingListener
setExceptionListener, setHandler, wrapRawMessage
Methods inherited from interface org.frankframework.receivers.ReceiverAware
getReceiver, setReceiver
-
Method Details
-
getExceptionListener
IbisExceptionListener getExceptionListener() -
getHandler
IMessageHandler<M> getHandler() -
checkTransactionManagerValidity
default void checkTransactionManagerValidity()
-