UNPKG
@addapptables/microservice
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
1.0.0-0
0.0.3-0
0.0.2-0
0.0.1
0.0.1-0
addapptables microservice
github.com/addapptables/miscellaneous
addapptables/miscellaneous
@addapptables/microservice
/
dist
/
services
/
broker
/
broker.d.ts
10 lines
(9 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export declare
class
Broker
{
private
static
instance;
private
sagas;
private
constructor
()
;
static
getInstance
(): Broker
;
get
(cid:
string
): Function;
add
(cid:
string
, handle: Function):
void
; delete(cid:
string
):
void
; }