@thantickets/common 1.0.22 → 1.0.24
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ export declare abstract class Listener<T extends Event> {
|
|
11
11
|
protected client: Stan;
|
12
12
|
protected actWait: number;
|
13
13
|
constructor(client: Stan);
|
14
|
+
protected getClient(): Stan;
|
14
15
|
subscriptionOptions(): import("node-nats-streaming").SubscriptionOptions;
|
15
16
|
listen(): void;
|
16
17
|
parseMessage(msg: Message): any;
|