Search
Preparing search index...
The search index is not available
@pooltogether/tightbeam
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"subscribers/EventSubscriptionManager"
EventSubscriptionManager
Class EventSubscriptionManager
Hierarchy
EventSubscriptionManager
Index
Constructors
constructor
Properties
block
Subscription
Manager
observers
provider
Source
unsubscribe
Methods
add
Observer
notify
remove
Observer
start
stop
subscribe
Constructors
constructor
new
Event
Subscription
Manager
(
providerSource
:
ProviderSource
, blockSubscriptionManager
:
BlockSubscriptionManager
)
:
EventSubscriptionManager
Parameters
providerSource:
ProviderSource
blockSubscriptionManager:
BlockSubscriptionManager
Returns
EventSubscriptionManager
Properties
block
Subscription
Manager
block
Subscription
Manager
:
BlockSubscriptionManager
observers
observers
:
Array
<
any
>
= []
provider
Source
provider
Source
:
ProviderSource
Private
unsubscribe
unsubscribe
:
any
Methods
add
Observer
add
Observer
(
observer
:
any
)
:
void
Parameters
observer:
any
Returns
void
notify
notify
(
logs
:
Log
[]
)
:
Promise
<
void
>
Parameters
logs:
Log
[]
Returns
Promise
<
void
>
remove
Observer
remove
Observer
(
observer
:
any
)
:
void
Parameters
observer:
any
Returns
void
start
start
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
subscribe
subscribe
(
)
:
Promise
<
Observable
<
Array
<
Log
>
>
>
Returns
Promise
<
Observable
<
Array
<
Log
>
>
>
Globals
"subscribers/
Event
Subscription
Manager"
Event
Subscription
Manager
constructor
block
Subscription
Manager
observers
provider
Source
unsubscribe
add
Observer
notify
remove
Observer
start
stop
subscribe
Generated using
TypeDoc