| Class and Description |
|---|
| org.springframework.integration.mongodb.support.MongoDbMessageBytesConverter
since 5.0 in favor of
MessageToBinaryConverter and BinaryToMessageConverter |
| Method and Description |
|---|
| org.springframework.integration.mongodb.dsl.MongoDbOutboundGatewaySpec.collectionCallback(CollectionCallback<P>) |
| org.springframework.integration.mongodb.outbound.MongoDbOutboundGateway.setCollectionCallback(CollectionCallback<?>)
in favor of
MongoDbOutboundGateway.setMessageCollectionCallback(MessageCollectionCallback).
Will be removed in 5.2 |