A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
C
- checkForAliasCircle(String,String) - function in org.enodeframework.infrastructure.impl.DefaultTypeNameProvider
- Check whether the given name points back to the given alias as an alias in the other direction already, catching a circular reference upfront and throwing a corresponding IllegalStateException.
- ClassNameComparator - class in org.enodeframework.common.extensions
- ClassPathScanHandler - class in org.enodeframework.common.extensions
- clear() - function in org.enodeframework.commanding.CommandExecuteContext
- Clear the tracking context.
- clear() - function in org.enodeframework.commanding.TrackingContext
- Clear the tracking context.
- clear() - function in org.enodeframework.commanding.impl.DefaultCommandExecuteContext
- Clear the tracking context.
- close() - function in org.enodeframework.queue.PointToPointEventBus
- Command - class in org.enodeframework.annotation
- CommandBus - class in org.enodeframework.commanding
- Represents a command service.
- CommandContext - class in org.enodeframework.commanding
- CommandExecuteContext - class in org.enodeframework.commanding
- Represents a context environment for command executor executing command.
- CommandExecuted - enum entry in org.enodeframework.commanding.CommandReturnType
Return the command result when the command execution has the following cases:
the command execution meets some error or exception;
the command execution makes nothing changes of domain;
the command execution success, and the domain event is sent to the message queue successfully.
- CommandHandlerProvider - class in org.enodeframework.commanding
- Represents a provider to provide the command handlers.
- CommandHandlerProxy - class in org.enodeframework.commanding
- CommandMessage - class in org.enodeframework.commanding
- Represents a command.
- CommandProcessor - class in org.enodeframework.commanding
- CommandResult - class in org.enodeframework.commanding
- CommandResultProcessor - class in org.enodeframework.queue.command
- CommandReturnType - class in org.enodeframework.commanding
- A enum defines the command result return type.
- CommandStatus - class in org.enodeframework.commanding
- CommandTaskCompletionSource - class in org.enodeframework.queue.command
- commitDomainEventAsync(EventCommittingContext) - function in org.enodeframework.eventing.EventCommittingService
- Commit the given aggregate's domain events to the eventstore async and publish the domain events.
- commitDomainEventAsync(EventCommittingContext) - function in org.enodeframework.eventing.impl.DefaultEventCommittingService
- Commit the given aggregate's domain events to the eventstore async and publish the domain events.
- compare(Class,Class) - function in org.enodeframework.common.extensions.ClassNameComparator
- comparing(Function,Comparator) - function in java.util.ClassNameComparator
- comparingDouble(ToDoubleFunction) - function in java.util.ClassNameComparator
- comparingInt(ToIntFunction) - function in java.util.ClassNameComparator
- comparingLong(ToLongFunction) - function in java.util.ClassNameComparator
- complete() - function in org.enodeframework.eventing.ProcessingEvent
- completeAsync(CommandResult) - function in org.enodeframework.commanding.ProcessingCommand
- completeMessage(ProcessingCommand,CommandResult) - function in org.enodeframework.commanding.ProcessingCommandMailbox
- completeRun() - function in org.enodeframework.eventing.EventCommittingContextMailBox
- 请求完成MailBox的单次运行,如果MailBox中还有剩余消息,则继续尝试运行下一次
- completeRun() - function in org.enodeframework.eventing.ProcessingEventMailBox
- 请求完成MailBox的单次运行,如果MailBox中还有剩余消息,则继续尝试运行下一次
- config() - function in io.vertx.core.DefaultSendReplyService
- config() - function in io.vertx.core.DefaultCommandResultProcessor
- ConfigurationSetting - class in org.enodeframework.configurations
- ConnectionHolder - class in org.enodeframework.queue
- createAggregateRoot(Class) - function in org.enodeframework.domain.AggregateRootFactory
- Create an empty aggregate root with the given type.
- createAggregateRoot(Class) - function in org.enodeframework.domain.impl.DefaultAggregateRootFactory
- Aggregate root factory that uses a convention to create instances of aggregate root.