Package | Description |
---|---|
org.axonframework.commandhandling.distributed |
Modifier and Type | Method and Description |
---|---|
<E,C,R> CommandCallbackWrapper<E,C,R> |
CommandCallbackRepository.fetchAndRemove(String callbackId)
Fetches and removes a callback.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,CommandCallbackWrapper> |
CommandCallbackRepository.callbacks()
Returns the callbacks mapped by callback identifier.
|
Modifier and Type | Method and Description |
---|---|
<E,C,R> void |
CommandCallbackRepository.store(String callbackId,
CommandCallbackWrapper<E,C,R> commandCallbackWrapper)
Stores a callback
|
Copyright © 2010–2018. All rights reserved.