Uses of Interface
org.frankframework.core.IPortConnectedListener
Packages that use IPortConnectedListener
Package
Description
-
Uses of IPortConnectedListener in org.frankframework.core
Methods in org.frankframework.core with parameters of type IPortConnectedListenerModifier and TypeMethodDescriptionvoid
IListenerConnector.configureEndpointConnection
(IPortConnectedListener<M> listener, jakarta.jms.ConnectionFactory connectionFactory, CredentialFactory credentialFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener, IListenerConnector.CacheMode cacheMode, int acknowledgeMode, String selector, long receiveTimeout, long pollGuardInterval) -
Uses of IPortConnectedListener in org.frankframework.extensions.bis
Classes in org.frankframework.extensions.bis that implement IPortConnectedListenerModifier and TypeClassDescriptionclass
Deprecated.Please use JmsListener combined with BisWrapperPipe -
Uses of IPortConnectedListener in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement IPortConnectedListenerModifier and TypeClassDescriptionclass
ESB (Enterprise Service Bus) extension of JmsListener. -
Uses of IPortConnectedListener in org.frankframework.extensions.fxf
Classes in org.frankframework.extensions.fxf that implement IPortConnectedListener -
Uses of IPortConnectedListener in org.frankframework.extensions.tibco
Classes in org.frankframework.extensions.tibco that implement IPortConnectedListener -
Uses of IPortConnectedListener in org.frankframework.jms
Classes in org.frankframework.jms that implement IPortConnectedListenerModifier and TypeClassDescriptionclass
A true multi-threadedListener
-class.class
JMSListener re-implemented as a pushing listener rather than a pulling listener. -
Uses of IPortConnectedListener in org.frankframework.unmanaged
Methods in org.frankframework.unmanaged with parameters of type IPortConnectedListenerModifier 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, String messageSelector, long receiveTimeout, long pollGuardInterval)