Interface ProcessorRegistrar<S extends Source>

Type Parameters:
S - the type of the source associated with command processing
All Known Subinterfaces:
ImperatConfig<S>

public sealed interface ProcessorRegistrar<S extends Source> permits ImperatConfig<S>
Represents a registrar that allows the configuration and management of pre-processing and post-processing chains of command processors for a given source type.