Namespace RisingV.Shared.Processors
Classes
- DefaultProcessor<T>
Represents a default processor that processes data of type T and returns a nullable boolean value.
- ProcessorBase<T, TR>
Base class for processors that handle events of type T and produce results of type TR.
- ProcessorManager
Manages the processors in the plugin system.
Interfaces
- IProcessor
Represents a processor that can handle events and manage post-processing.
- IProcessor<T, TR>
Represents a processor that can handle events of type T and return a result of type TR.
Enums
- ProcessToken
Represents the possible outcomes of a process token.