Class FrankListener

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

@Category("Basic") public class FrankListener extends Object implements IPushingListener<Message>, HasPhysicalDestination, ServiceClient
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.