Class FrankListener

java.lang.Object
org.frankframework.receivers.FrankListener
All Implemented Interfaces:
ConfigurationAware, FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IListener<Message>, IPushingListener<Message>, IScopeProvider, NameAware, ServiceClient, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

Listener to receive messages sent by the FrankSender, for situations where calling an Adapter directly is not desired. This could be because message / error logging is required for messages sent to the subadapter.
See the FrankSender documentation for more information.