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 TypeMethodDescriptionvoidIListenerConnector.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 TypeClassDescriptionclassDeprecated.Please use JmsListener combined with BisWrapperPipe -
Uses of IPortConnectedListener in org.frankframework.extensions.esb
Classes in org.frankframework.extensions.esb that implement IPortConnectedListenerModifier and TypeClassDescriptionclassESB (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 TypeClassDescriptionclassA true multi-threadedListener-class.classJMSListener 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 TypeMethodDescriptionvoidAbstractJmsConfigurator.configureEndpointConnection(IPortConnectedListener<jakarta.jms.Message> listener, jakarta.jms.ConnectionFactory connectionFactory, jakarta.jms.Destination destination, IbisExceptionListener exceptionListener) voidSpringJmsConnector.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)