Uses of Interface
dev.sympho.modular_commands.execute.InstrumentedContext
Packages that use InstrumentedContext
Package
Description
Runtime system for executing commands defined through the API.
Implementations for command contexts.
-
Uses of InstrumentedContext in dev.sympho.modular_commands.execute
Classes in dev.sympho.modular_commands.execute with type parameters of type InstrumentedContextModifier and TypeClassDescriptionclassPipelineBuilder<E extends Event,CTX extends InstrumentedContext & LazyContext, H extends Handlers, I extends SmartIterator<String>> Type responsible for building a command processing pipeline. -
Uses of InstrumentedContext in dev.sympho.modular_commands.impl.context
Classes in dev.sympho.modular_commands.impl.context that implement InstrumentedContextModifier and TypeClassDescriptionfinal classContext object for invocations performed through text messages.