Package org.frankframework.receivers
package org.frankframework.receivers
-
ClassDescriptionListener to receive messages sent by the
FrankSender
, for situations where calling anAdapter
directly is not desired.JavaListener<M>Use this listener to receive messages from other adapters or a scheduler within the same Frank-application or from other components residing in the same JVM.Wrapper for messages that are not serializable.Container that provides threads to execute pulling listeners.Receiver<M>Wrapper for a listener that specifies a channel for the incoming messages of a specificAdapter
.When a listener implements this interface it will get a reference to it's parent receiver.ResourceLimiter for limiting the number of resources that can be used in parallel.The interface clients (users) of a service may use.Singleton class that knows about the ServiceListeners that are active.