Class ElasticSearchService<T>
Type parameters
-
T: ElasticSearchServiceParameters
Hierarchy
-
Service<T>
- ElasticSearchService
Constructors
Properties
Methods
Constructors
-
Parameters
-
webda: Core
-
name: string
The name of the service
-
Optional params: any
The parameters block define in the configuration file
Returns ElasticSearchService
-
Properties
Service name
Webda Core object
Logger with class context
Hold the parameters for your service
It will be bring from the webda.config.json
Methods
-
Returns Promise<void>
-
Parameters
-
index: string
-
object: CoreModel
-
uuid: string
Returns Promise<void>
-
-
Parameters
-
index: string
-
object: CoreModel
-
uuid: string
Returns Promise<void>
-
-
Parameters
-
ctx: any
Returns void
-
-
Parameters
-
index: string
-
object: CoreModel
-
uuid: string
Returns Promise<void>
-
-
Returns Promise<unknown>
-
Parameters
-
event: string | symbol
-
listener: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns this
-
-
Add a route dynamicaly
Parameters
-
url: string
of the route can contains dynamic part like {uuid}
-
methods: HttpMethodType[]
-
executer: Function
Method to execute for this route
-
Optional openapi: object
-
Optional allowPath: boolean
Returns void
-
-
Parameters
-
index: string
-
objects: any
Returns Promise<object>
-
-
Used to compute or derivate input parameter to attribute
Returns void
-
Parameters
-
Default value index: string = undefined
Returns Promise<any>
-
-
Parameters
-
event: string | symbol
-
Rest ...args: any[]
Returns boolean
-
-
Emit the event with data and wait for Promise to finish if listener returned a Promise
Parameters
-
event: any
-
data: any
Returns Promise<any[]>
-
-
Returns Array<string | symbol>
-
Parameters
-
index: string
-
uuid: string
Returns Promise<any>
-
-
Returns any
-
Returns number
-
Get service name
Returns string
-
Get the service parameters
Returns T
-
Return a webda service
Type parameters
-
T: Service<ServiceParameters>
Parameters
-
service: string
name to retrieve
Returns T
-
-
Return WebdaCore
Returns Core
-
Will be called after all the Services are created
Returns Promise<void>
-
Init the routes
Returns void
-
Parameters
-
type: string | symbol
Returns number
-
-
Parameters
-
event: string | symbol
Returns Function[]
-
-
Load the parameters for a service
Parameters
-
params: any
Returns ServiceParameters
-
-
Parameters
-
level: WorkerLogLevel
to log
-
Rest ...args: any[]
Returns void
-
-
Parameters
-
event: string | symbol
-
listener: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns this
-
-
Parameters
-
event: string | symbol
-
listener: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns this
-
-
Listen to an event as on(...) would do except that it will be asynchronous
Parameters
-
event: any
-
callback: any
-
Optional queue: string
Name of queue to use, can be undefined, queue name are used to define differents priorities
Returns void
-
-
Parameters
-
event: string | symbol
-
listener: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns this
-
-
Parameters
-
event: string | symbol
-
listener: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns this
-
-
Parameters
-
event: string | symbol
-
listener: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns this
-
-
Parameters
-
event: string | symbol
Returns Function[]
-
-
Parameters
-
config: any
new parameters for the service
Returns Promise<void>
-
-
Parameters
-
Optional event: string | symbol
Returns this
-
-
Parameters
-
event: string | symbol
-
listener: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns this
-
-
Returns void
-
Parameters
-
index: string
-
query: any
-
Default value from: number = 0
Returns Promise<any[]>
-
-
Parameters
-
n: number
Returns this
-
-
Parameters
-
mode: string
Returns void
-
-
Convert an object to JSON using the Webda json filter
Parameters
-
object: any
The object to export
Returns string
The export of the strip object ( removed all attribute with _ )
-
-
Parameters
-
Default value timeout: number = 10000
Returns Promise<void>
-
-
Parameters
-
array: any[]
Returns any
-
-
Returns object
-
configuration: object
-
description: string
-
documentation: string
-
label: string
-
uuid: string
-
-
Parameters
-
obj: any
Returns number
-
-
Parameters
-
emitter: EventEmitter
-
event: string | symbol
Returns number
-
Generated using TypeDoc
The main instance of Webda