@thantickets/common 1.0.24 → 1.0.25
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,6 @@ 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;
|
15
14
|
subscriptionOptions(): import("node-nats-streaming").SubscriptionOptions;
|
16
15
|
listen(): void;
|
17
16
|
parseMessage(msg: Message): any;
|