Uses of Interface
org.frankframework.core.IbisExceptionListener
Packages that use IbisExceptionListener
Package
Description
-
Uses of IbisExceptionListener in org.frankframework.core
Methods in org.frankframework.core that return IbisExceptionListenerMethods in org.frankframework.core with parameters of type IbisExceptionListenerModifier and TypeMethodDescriptionvoid
IListenerConnector.configureEndpointConnection
(IPortConnectedListener<M> listener, jakarta.jms.ConnectionFactory connectionFactory, CredentialFactory credentialFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener, IListenerConnector.CacheMode cacheMode, int acknowledgeMode, boolean sessionTransacted, String selector, long receiveTimeout, long pollGuardInterval) void
IPushingListener.setExceptionListener
(IbisExceptionListener listener) Set a (single) listener that will be notified of any exceptions. -
Uses of IbisExceptionListener in org.frankframework.http
Methods in org.frankframework.http with parameters of type IbisExceptionListenerModifier and TypeMethodDescriptionvoid
PushingListenerAdapter.setExceptionListener
(IbisExceptionListener exceptionListener) -
Uses of IbisExceptionListener in org.frankframework.jms
Methods in org.frankframework.jms that return IbisExceptionListenerMethods in org.frankframework.jms with parameters of type IbisExceptionListenerModifier and TypeMethodDescriptionvoid
PushingJmsListener.setExceptionListener
(IbisExceptionListener exceptionListener) -
Uses of IbisExceptionListener in org.frankframework.receivers
Classes in org.frankframework.receivers that implement IbisExceptionListenerModifier and TypeClassDescriptionclass
Receiver<M>
Wrapper for a listener that specifies a channel for the incoming messages of a specificAdapter
.Methods in org.frankframework.receivers with parameters of type IbisExceptionListenerModifier and TypeMethodDescriptionvoid
FrankListener.setExceptionListener
(IbisExceptionListener listener) void
JavaListener.setExceptionListener
(IbisExceptionListener listener) -
Uses of IbisExceptionListener in org.frankframework.unmanaged
Methods in org.frankframework.unmanaged that return IbisExceptionListenerMethods in org.frankframework.unmanaged with parameters of type IbisExceptionListenerModifier and TypeMethodDescriptionvoid
AbstractJmsConfigurator.configureEndpointConnection
(IPortConnectedListener<jakarta.jms.Message> listener, jakarta.jms.ConnectionFactory connectionFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener) void
SpringJmsConnector.configureEndpointConnection
(IPortConnectedListener<jakarta.jms.Message> jmsListener, jakarta.jms.ConnectionFactory connectionFactory, CredentialFactory credentialFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener, IListenerConnector.CacheMode cacheMode, int acknowledgeMode, boolean sessionTransacted, String messageSelector, long receiveTimeout, long pollGuardInterval)