@resonatehq/sdk
Preparing search index...
HttpAdapter
Interface HttpAdapter
interface
HttpAdapter
{
anycast
:
string
;
unicast
:
string
;
init
()
:
Promise
<
void
>
;
match
(
target
:
string
)
:
string
;
onReceive
(
callback
:
(
msg
:
Message
)
=>
void
)
:
void
;
stop
()
:
Promise
<
void
>
;
}
Implemented by
PollMessageSource
PushMessageSource
Index
Properties
anycast
unicast
Methods
init
match
on
Receive
stop
Properties
Readonly
anycast
anycast
:
string
Readonly
unicast
unicast
:
string
Methods
init
init
()
:
Promise
<
void
>
Returns
Promise
<
void
>
match
match
(
target
:
string
)
:
string
Parameters
target
:
string
Returns
string
on
Receive
onReceive
(
callback
:
(
msg
:
Message
)
=>
void
)
:
void
Parameters
callback
:
(
msg
:
Message
)
=>
void
Returns
void
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anycast
unicast
Methods
init
match
on
Receive
stop
@resonatehq/sdk
Loading...