File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
10
10
COMMAND_FAILED ,
11
11
COMMAND_STARTED ,
12
12
COMMAND_SUCCEEDED ,
13
- MESSAGE ,
14
13
PINNED ,
15
14
UNPINNED
16
15
} from '../constants' ;
@@ -130,7 +129,6 @@ export type ConnectionEvents = {
130
129
commandFailed ( event : CommandFailedEvent ) : void ;
131
130
clusterTimeReceived ( clusterTime : Document ) : void ;
132
131
close ( ) : void ;
133
- message ( message : any ) : void ;
134
132
pinned ( pinType : string ) : void ;
135
133
unpinned ( pinType : string ) : void ;
136
134
} ;
@@ -188,8 +186,6 @@ export class Connection extends TypedEventEmitter<ConnectionEvents> {
188
186
/** @event */
189
187
static readonly CLOSE = CLOSE ;
190
188
/** @event */
191
- static readonly MESSAGE = MESSAGE ;
192
- /** @event */
193
189
static readonly PINNED = PINNED ;
194
190
/** @event */
195
191
static readonly UNPINNED = UNPINNED ;
You can’t perform that action at this time.
0 commit comments