Class and Description |
---|
org.springframework.integration.handler.support.HandlerMethodArgumentResolversHolder
as of 5.1.2. Instead simply configure your own MessageHandlerMethodFactory as a bean.
|
org.springframework.integration.mongodb.support.MongoDbMessageBytesConverter
since 5.0 in favor of
MessageToBinaryConverter and BinaryToMessageConverter |
org.springframework.integration.test.util.SocketUtils
- it's generally better to set the server port to 0; let the operating
system choose a port; wait until the server starts (see TestingUtilities in the ip
module for an example), then set the port on the client factory.
|
Constructor and Description |
---|
org.springframework.integration.util.DynamicPeriodicTrigger(long, TimeUnit) |
org.springframework.integration.jmx.OperationInvokingMessageHandler()
since 4.3.20
|