Properties
Protected _endpoint
_endpoint: string
Methods
getStatus
-
Parameters
-
Optional callback: (error: Error | null, conf?: ServiceStatus) => void
start
- start(callback?: (error: Error | null) => void): Promise<void>
-
Parameters
-
Optional callback: (error: Error | null) => void
-
- (error: Error | null): void
Returns Promise<void>
stop
- stop(callback?: (error: Error | null) => void): Promise<void>
-
Parameters
-
Optional callback: (error: Error | null) => void
-
- (error: Error | null): void
Returns Promise<void>
Define the base configurations of this service.