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.executeClassDescriptionProvides 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()).Executor that receives and handles commands through text messages.MessageCommandExecutorBuildercollects parameters and invokes the static factory method:new dev.sympho.modular_commands.execute.MessageCommandExecutor(..).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 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.