Home > @imqueue/rpc > IMQService
IMQService class
Class IMQService Basic abstract service (server-side) implementation
Signature:
export declare abstract class IMQService
Constructors
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Class constructor |
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
| |||
|
| |||
|
| |||
|
|
Server<any, any> |
(Optional) | |
|
string | |||
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
Returns service description metadata. | ||
|
Destroys this instance of service {Promise | ||
|
Sends given data to service subscription channel | ||
|
Initializes this instance of service and starts handling request messages. {Promise<IMessageQueue | undefined>} | ||
|
Stops service from handling messages {Promise |