Package org.frankframework.receivers
Interface ReceiverAware<M>
- All Superinterfaces:
org.springframework.context.ApplicationContextAware,org.springframework.beans.factory.Aware,FrankElement,HasApplicationContext,HasName,IConfigurable,IListener<M>,IScopeProvider,NameAware
- All Known Subinterfaces:
IPortConnectedListener<M>
- All Known Implementing Classes:
AbstractJmsListener,ApiListener,BisJmsListener,EsbJmsListener,FxfListener,JdbcListener,JdbcQueryListener,JdbcTableListener,JmsListener,MessageStoreListener,MqttListener,PullingJmsListener,PushingJmsListener,TibcoLogJmsListener
When a listener implements this interface it will get a reference to it's
parent receiver.
- Author:
- Jaco de Groot
-
Method Summary
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.core.FrankElement
addConfigWarningMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface org.frankframework.core.IConfigurable
configureMethods inherited from interface org.frankframework.core.IListener
afterMessageProcessed, extractMessage, start, stop
-
Method Details
-
setReceiver
-
getReceiver
-