Search
Preparing search index...
The search index is not available
Typed - v3.4.4
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
json-rpc
Server
Interface Server<E>
Type parameters
E
Hierarchy
Disposable
Server
Index
Properties
None
dispose
lazy
register
Notification
register
Request
Properties
None
None
:
{
dispose
:
(
)
=>
void
}
Empty Disposable
Type declaration
dispose
:
(
)
=>
void
(
)
:
void
Returns
void
Readonly
dispose
dispose
:
(
)
=>
void
Type declaration
(
)
:
void
Returns
void
lazy
lazy
:
(
)
=>
LazyDisposable
Create a disposable that is lazily created
Type declaration
(
)
:
LazyDisposable
Returns
LazyDisposable
Readonly
register
Notification
register
Notification
:
<E2, A>
(
method
:
A
[
"method"
]
, handler
:
NotificationHandler
<
E2
,
A
>
)
=>
HookEffects
<
E
&
E2
,
Disposable
>
Type declaration
<E2, A>
(
method
:
A
[
"method"
]
, handler
:
NotificationHandler
<
E2
,
A
>
)
:
HookEffects
<
E
&
E2
,
Disposable
>
Type parameters
E2
A
:
JsonRpcNotification
Parameters
method:
A
[
"method"
]
handler:
NotificationHandler
<
E2
,
A
>
Returns
HookEffects
<
E
&
E2
,
Disposable
>
Readonly
register
Request
register
Request
:
<E2, A, B>
(
method
:
A
[
"method"
]
, handler
:
RequestHandler
<
E2
,
A
,
B
>
)
=>
HookEffects
<
E
&
E2
,
Disposable
>
Type declaration
<E2, A, B>
(
method
:
A
[
"method"
]
, handler
:
RequestHandler
<
E2
,
A
,
B
>
)
:
HookEffects
<
E
&
E2
,
Disposable
>
Type parameters
E2
A
:
JsonRpcRequest
B
:
JsonRpcResponse
Parameters
method:
A
[
"method"
]
handler:
RequestHandler
<
E2
,
A
,
B
>
Returns
HookEffects
<
E
&
E2
,
Disposable
>
Typed
Introduction
Community
Code of
Conduct
Globals
json-
rpc
json-
rpc
Server
None
dispose
lazy
register
Notification
register
Request
Generated using
TypeDoc
Empty Disposable