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:
ApiListener
,JmsListener
,PushingJmsListener
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
setApplicationContext
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
Methods inherited from interface org.frankframework.core.IListener
afterMessageProcessed, configure, extractMessage, start, stop
-
Method Details
-
setReceiver
-
getReceiver
-