Skip to content

IQueryHandler

ElbyFross edited this page Jan 17, 2020 · 1 revision

Remarks

An interface that defines the base API required for handling queries by server apps developed with a DNF.

  • All classes wwhose implement that interface will auto detected by UniformQueries.API during first call and will be looked during calls UniformQueries.API.TryFindQueryHandler method that looks for handler suitable for certain query's pattern defined at the IQueryHandler.IsTaget method of an each handler.

Examples

The DNF has a bunch of implemented query handlers.

Authority controller addon

Core