Package | Description |
---|---|
org.axonframework.eventhandling.replay |
Modifier and Type | Class and Description |
---|---|
class |
GenericResetContext<T>
Generic implementation of the
ResetContext . |
Modifier and Type | Method and Description |
---|---|
ResetContext<T> |
ResetContext.andMetaData(Map<String,?> metaData)
Returns a copy of this
ResetContext with it MetaData merged with the given metaData . |
static <T> ResetContext<T> |
GenericResetContext.asResetContext(Object messageOrPayload)
Returns the given
messageOrPayload as a ResetContext . |
ResetContext<T> |
ResetContext.withMetaData(Map<String,?> metaData)
Returns a copy of this
ResetContext with the given metaData . |
Copyright © 2010–2022. All rights reserved.