public class CacheOperations extends Object
Constructor and Description |
---|
CacheOperations() |
Modifier and Type | Method and Description |
---|---|
static void |
copyFieldsInto(com.caplin.datasource.messaging.Message oldMessage,
com.caplin.datasource.messaging.Message newMessage)
Overwrites the fields in the old message with fields in the new message
|
public static void copyFieldsInto(com.caplin.datasource.messaging.Message oldMessage, com.caplin.datasource.messaging.Message newMessage)
oldMessage
- The message which contains the old data. It will contain the intersection of old and new message afterwards.newMessage
- The message which contains new data. It will remain intact aftwards.Copyright © 2015 Caplin Systems.