Contains classes used by server:
Exception
class is anError
class with inner errorMiddleware
class is a base class for binding middle-ware to Express application.- overwrite
bindToRouter()
to add functionality (body-parsers, filters, routes etc.) to provided application.
- overwrite
- ResourceFactory class is a base factory class for pooled resources. Implementations of this class used as factories for generic-pool.
- overwrite
create()
method to create new resource - overwrite
destroy()
method to destroy resource - overwrite
validate()
method to test resource on borrowing
- overwrite