Preparing search index...
The search index is not available
@hotmeshio/hotmesh
@hotmeshio/hotmesh
types/nats
NatsTransaction
Interface NatsTransaction
NATS Transaction Interface
interface
NatsTransaction
{
msgs
:
NatsJsMsg
[]
;
pubAcks
:
NatsPubAck
[]
;
execute
(
)
:
Promise
<
void
>
;
rollback
(
)
:
Promise
<
void
>
;
}
Index
Properties
msgs
pub
Acks
Methods
execute
rollback
Properties
msgs
msgs
:
NatsJsMsg
[]
pub
Acks
pub
Acks
:
NatsPubAck
[]
Methods
execute
execute
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
rollback
rollback
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
msgs
pub
Acks
Methods
execute
rollback
@hotmeshio/hotmesh
Loading...
NATS Transaction Interface