Java org.springframework.integration.ip.util TestingUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.ip.util TestingUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.ip.util TestingUtilities.

The text is from its open source code.

Method

voidwaitListening(AbstractServerConnectionFactory serverConnectionFactory, @Nullable Long delayArg)
Wait for a server connection factory to actually start listening before starting a test.
voidwaitListening(AbstractInternetProtocolReceivingChannelAdapter adapter, @Nullable Long delayArg)
Wait for a server connection factory to actually start listening before starting a test.
voidwaitStopListening(AbstractServerConnectionFactory serverConnectionFactory, @Nullable Long delayArg)
Wait for a server connection factory to stop listening.
voidwaitUntilFactoryHasThisNumberOfConnections(AbstractConnectionFactory factory, int n)
Wait for up to 10 seconds for the connection factory to have the specified number of connections.