Handler interface that you implement to provide custom data sources.
All methods will be called by the VirtualServer when handling protocol
messages from Perspective clients. Methods can return values directly or
return Promises for asynchronous operations (e.g., database queries).
Handler interface that you implement to provide custom data sources.
All methods will be called by the VirtualServer when handling protocol messages from Perspective clients. Methods can return values directly or return Promises for asynchronous operations (e.g., database queries).