@thantickets/common 1.0.21 → 1.0.22
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ export declare abstract class Listener<T extends Event> {
|
|
8
8
|
abstract subject: T['subject'];
|
9
9
|
abstract queueGroupName: string;
|
10
10
|
abstract onMessage(data: T['data'], msg: Message): void;
|
11
|
-
|
11
|
+
protected client: Stan;
|
12
12
|
protected actWait: number;
|
13
13
|
constructor(client: Stan);
|
14
14
|
subscriptionOptions(): import("node-nats-streaming").SubscriptionOptions;
|