| Class and Description |
|---|
| org.springframework.integration.mongodb.support.MongoDbMessageBytesConverter
since 5.0 in favor of
MessageToBinaryConverter and BinaryToMessageConverter |
| Field and Description |
|---|
| org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore.CREATED_DATE_KEY
since 5.0. This constant isn't used any more.
|
| org.springframework.integration.mongodb.store.MongoDbMessageStore.CREATED_DATE_KEY
since 5.0. This constant isn't used any more.
|
| org.springframework.integration.mongodb.store.AbstractConfigurableMongoDbMessageStore.SAVED_KEY
since 5.0. This constant isn't used any more.
|
| org.springframework.integration.mongodb.store.MongoDbMessageStore.SAVED_KEY
since 5.0. This constant isn't used any more.
|
| 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 |