A promise that gets resolved to null or Error once the service ends. If an error, then service exited because of an error.
The name of the endpoint must be a simple subject token with no wildcards
Optional
opts: ServiceHandler | Partial<Endpoint>is either a handler or a more complex options which allows a subject, handler, and/or schema
A group is a subject prefix from which endpoints can be added. Can be empty to allow for prefixes or tokens that are set at runtime without requiring editing of the service. Note that an optional queue can be specified, all endpoints added to the group, will use the specified queue unless the endpoint overrides it. When not set, it uses the parent group configuration. An empty string means no queue. see EndpointOptions and ServiceConfig.
Optional
subject: stringOptional
queue: stringReturns a service info for the service
Returns the identity used by this service
Resets all the stats
Returns the stats for the service.
Stop the service returning a promise once the service completes. If the service was stopped due to an error, that promise resolves to the specified error
Optional
err: Error
True if the service is stopped