Beignet API reference
Preparing search index...
@beignet/core
server
CtxWithIdempotency
Type Alias CtxWithIdempotency
Minimal context shape required for actor- and tenant-scoped idempotency.
type
CtxWithIdempotency
=
{
actor
?:
ActivityActor
;
ports
:
IdempotencyPorts
;
tenant
?:
ActivityTenant
;
}
Index
Properties
actor?
ports
tenant?
Properties
Optional
actor
actor
?:
ActivityActor
ports
ports
:
IdempotencyPorts
Optional
tenant
tenant
?:
ActivityTenant
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actor
ports
tenant
Beignet API reference
Loading...
Minimal context shape required for actor- and tenant-scoped idempotency.