@archastro/sdk
Preparing search index...
types/events
EventSubscription
Interface EventSubscription
An app-scoped subscription to exact domain-event names.
interface
EventSubscription
{
agent
?:
string
;
available_count
:
number
;
created_at
:
string
;
dropped_events_total
:
number
;
dropped_through_position
:
number
;
event_names
:
string
[]
;
id
:
string
;
last_overflow_at
?:
string
;
leased_count
:
number
;
max_pending_events
:
number
;
name
:
string
;
org
?:
string
;
queue_epoch
:
number
;
retention_seconds
:
number
;
sandbox
?:
string
;
status
:
"active"
|
"paused"
;
team
?:
string
;
updated_at
:
string
;
user
?:
string
;
visibility_timeout_seconds
:
number
;
}
Index
Properties
agent?
available_
count
created_
at
dropped_
events_
total
dropped_
through_
position
event_
names
id
last_
overflow_
at?
leased_
count
max_
pending_
events
name
org?
queue_
epoch
retention_
seconds
sandbox?
status
team?
updated_
at
user?
visibility_
timeout_
seconds
Properties
Optional
agent
agent
?:
string
available_
count
available_count
:
number
created_
at
created_at
:
string
dropped_
events_
total
dropped_events_total
:
number
dropped_
through_
position
dropped_through_position
:
number
event_
names
event_names
:
string
[]
id
id
:
string
Optional
last_
overflow_
at
last_overflow_at
?:
string
leased_
count
leased_count
:
number
max_
pending_
events
max_pending_events
:
number
name
name
:
string
Optional
org
org
?:
string
queue_
epoch
queue_epoch
:
number
retention_
seconds
retention_seconds
:
number
Optional
sandbox
sandbox
?:
string
status
status
:
"active"
|
"paused"
Optional
team
team
?:
string
updated_
at
updated_at
:
string
Optional
user
user
?:
string
visibility_
timeout_
seconds
visibility_timeout_seconds
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
available_
count
created_
at
dropped_
events_
total
dropped_
through_
position
event_
names
id
last_
overflow_
at
leased_
count
max_
pending_
events
name
org
queue_
epoch
retention_
seconds
sandbox
status
team
updated_
at
user
visibility_
timeout_
seconds
@archastro/sdk
Loading...
An app-scoped subscription to exact domain-event names.