Preparing search index...
The search index is not available
Deepkit
Deepkit
core
AsyncEventEmitter
Class AsyncEventEmitter<T>
Type Parameters
T
extends
AsyncEmitterEvent
Hierarchy
AsyncEventEmitter
Index
Constructors
constructor
Properties
parent?
subscribers
Methods
emit
has
Subscriptions
subscribe
Constructors
constructor
new
Async
Event
Emitter
<
T
>
(
parent
?:
AsyncEventEmitter
<
any
>
)
:
AsyncEventEmitter
<
T
>
Type Parameters
T
extends
AsyncEmitterEvent
<
T
>
Parameters
Optional
parent:
AsyncEventEmitter
<
any
>
Returns
AsyncEventEmitter
<
T
>
Properties
Protected
Optional
parent
parent
?:
AsyncEventEmitter
<
any
>
Protected
subscribers
subscribers
:
AsyncSubscriber
<
T
>
[]
= []
Methods
emit
emit
(
event
:
T
)
:
Promise
<
void
>
Parameters
event:
T
Returns
Promise
<
void
>
has
Subscriptions
has
Subscriptions
(
)
:
boolean
Returns
boolean
subscribe
subscribe
(
callback
:
AsyncSubscriber
<
T
>
)
:
AsyncEventSubscription
Parameters
callback:
AsyncSubscriber
<
T
>
Returns
AsyncEventSubscription
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Deepkit
angular-
universal
api-
console-
api
api-
console-
module
app
broker
bson
core
core-
rxjs
create-
app
crypto
event
framework
framework-
debug-
api
http
injector
logger
mongo
mysql
orm
orm-
browser-
api
orm-
integration
postgres
rpc
rpc-
tcp
skeleton
sql
sqlite
stopwatch
template
type
type-
compiler
workflow
Async
Event
Emitter
constructor
parent?
subscribers
emit
has
Subscriptions
subscribe
Generated using
TypeDoc