Package | Description |
---|---|
org.axonframework.modelling.saga.repository |
Modifier and Type | Class and Description |
---|---|
static class |
AnnotatedSagaRepository.Builder<T>
Builder class to instantiate a
AnnotatedSagaRepository . |
Modifier and Type | Method and Description |
---|---|
LockingSagaRepository.Builder<T> |
LockingSagaRepository.Builder.lockFactory(LockFactory lockFactory)
Sets the
LockFactory used to lock an aggregate. |
Constructor and Description |
---|
LockingSagaRepository(LockingSagaRepository.Builder<T> builder)
Instantiate a
LockingSagaRepository based on the fields contained in the LockingSagaRepository.Builder . |
Copyright © 2010–2018. All rights reserved.