A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
R
- refreshAggregate(T) - function in org.enodeframework.domain.Repository
- Refresh memory cache with given aggregate.
- refreshAggregate(T) - function in org.enodeframework.domain.MemoryCache
- Refresh the given aggregate.
- refreshAggregate(T) - function in org.enodeframework.domain.impl.DefaultRepository
- Refresh memory cache with given aggregate.
- refreshAggregate(T) - function in org.enodeframework.domain.impl.DefaultMemoryCache
- Refresh the given aggregate.
- refreshAggregateFromEventStoreAsync(String,String) - function in org.enodeframework.domain.MemoryCache
- Refresh the aggregate memory cache by replaying events of event store, and return the refreshed aggregate root.
- refreshAggregateFromEventStoreAsync(Class,String) - function in org.enodeframework.domain.MemoryCache
- Refresh the aggregate memory cache by replaying events of event store, and return the refreshed aggregate root.
- refreshAggregateFromEventStoreAsync(String,String) - function in org.enodeframework.domain.impl.DefaultMemoryCache
- Refresh the aggregate memory cache by replaying events of event store, and return the refreshed aggregate root.
- refreshAggregateFromEventStoreAsync(Class,String) - function in org.enodeframework.domain.impl.DefaultMemoryCache
- Refresh the aggregate memory cache by replaying events of event store, and return the refreshed aggregate root.
- registerProcessingCommand(CommandMessage,CommandReturnType,CompletableFuture) - function in org.enodeframework.queue.command.CommandResultProcessor
- registerProcessingCommand(CommandMessage,CommandReturnType,CompletableFuture) - function in org.enodeframework.queue.command.DefaultCommandResultProcessor
- removeAggregateAllEventCommittingContexts(String) - function in org.enodeframework.eventing.EventCommittingContextMailBox
- removeHandledHandler(String) - function in org.enodeframework.messaging.impl.SingleMessageDispatching
- removeHandledHandler(String) - function in org.enodeframework.messaging.impl.MultiMessageDispatching
- replayEvents(List) - function in org.enodeframework.domain.AbstractAggregateRoot
- Replay the given event streams.
- replayEvents(List) - function in org.enodeframework.domain.AggregateRoot
- Replay the given event streams.
- ReplyAddressException - class in org.enodeframework.common.exception
- ReplyUtil - class in org.enodeframework.common.utils
- reportFailure(Throwable) - function in org.enodeframework.common.extensions.NoOpMessageMonitorCallback
- Notify the monitor that a failure occurred during processing of the message
- reportFailure(Throwable) - function in org.enodeframework.common.extensions.MessageMonitor.MonitorCallback
- Notify the monitor that a failure occurred during processing of the message
- reportIgnored() - function in org.enodeframework.common.extensions.NoOpMessageMonitorCallback
- Notify the monitor that the message was ignored
- reportIgnored() - function in org.enodeframework.common.extensions.MessageMonitor.MonitorCallback
- Notify the monitor that the message was ignored
- reportSuccess() - function in org.enodeframework.common.extensions.NoOpMessageMonitorCallback
- Notify the monitor that the message was handled successfully
- reportSuccess() - function in org.enodeframework.common.extensions.MessageMonitor.MonitorCallback
- Notify the monitor that the message was handled successfully
- Repository - class in org.enodeframework.domain
- resetConsumingSequence(Long) - function in org.enodeframework.commanding.ProcessingCommandMailbox
- resolve(Class) - function in org.enodeframework.common.container.DefaultObjectContainer
- resolve(Class) - function in org.enodeframework.common.container.ObjectContainer
- restoreFrom(Map) - function in org.enodeframework.domain.DomainExceptionMessage
- Restore the current exception from the given dictionary.
- restoreFrom(Map) - function in org.enodeframework.domain.AbstractDomainExceptionMessage
- Restore the current exception from the given dictionary.
- restoreFromSnapshotAsync(Class,String) - function in org.enodeframework.domain.AggregateSnapshotter
- Restore the aggregate from snapshot storage.
- restoreFromSnapshotAsync(Class,String) - function in org.enodeframework.domain.impl.DefaultAggregateSnapshotter
- Restore the aggregate from snapshot storage.
- resume() - function in org.enodeframework.commanding.ProcessingCommandMailbox
- 恢复当前MailBox的运行,恢复后,当前MailBox又可以进行运行,需要手动调用TryRun方法来运行
- reversed() - function in java.util.ClassNameComparator
- reverseOrder() - function in java.util.ClassNameComparator
- RootDispatching - class in org.enodeframework.messaging.impl