Uses of Package
dev.sympho.modular_commands.execute
Packages that use dev.sympho.modular_commands.execute
Package
Description
Runtime system for executing commands defined through the API.
Implementations for command contexts.
-
Classes in dev.sympho.modular_commands.execute used by dev.sympho.modular_commands.executeClassDescriptionA manager that provides access validators for different execution contexts.Provides aliases that apply to message-based commands.Base implementation for a command executor.Executor that receives events and invokes triggered commands as appropriate.A command context that is instrumented for use with metrics and tracing tooling.A command context whose values (particularly arguments) are lazy-loaded (that is, are not loaded until requested by
LazyContext.initialize(ObservationRegistry)andLazyContext.load()).Tags used in metrics.The tag that indicates the command ID.The tag that indicates the command type.Object that provides the prefix to consider for commands during event handling. -
Classes in dev.sympho.modular_commands.execute used by dev.sympho.modular_commands.impl.contextClassDescriptionA manager that provides access validators for different execution contexts.A command context that is instrumented for use with metrics and tracing tooling.A command context whose values (particularly arguments) are lazy-loaded (that is, are not loaded until requested by
LazyContext.initialize(ObservationRegistry)andLazyContext.load()).The tag that indicates the command type.