public interface RevisionResolver
| Modifier and Type | Method and Description | 
|---|---|
String | 
revisionOf(Class<?> payloadType)
Returns the revision for the given  
payloadType. | 
String revisionOf(Class<?> payloadType)
payloadType.
 
 The revision is used by upcasters to decide whether they need to process a certain serialized event.
 Generally, the revision needs to be modified each time the structure of an event has been changed in an
 incompatible manner.payloadType - The type for which to return the revisionpayloadTypeCopyright © 2010–2018. All rights reserved.