Preparing search index...
The search index is not available
Ceramic Typescript Implementation
Ceramic Typescript Implementation
@ceramicnetwork/job-queue
IJobQueue
Interface IJobQueue<T>
Type Parameters
T
extends
Record
<
any
,
any
>
Hierarchy
IJobQueue
Implemented by
JobQueue
Index
Properties
add
Job
add
Jobs
init
stop
update
Job
Methods
get
Jobs
Properties
add
Job
add
Job
:
(
(
job
:
Job
<
T
>
)
=>
Promise
<
void
>
)
Type declaration
(
job
:
Job
<
T
>
)
:
Promise
<
void
>
Parameters
job:
Job
<
T
>
Returns
Promise
<
void
>
add
Jobs
add
Jobs
:
(
(
jobs
:
Job
<
T
>
[]
)
=>
Promise
<
void
>
)
Type declaration
(
jobs
:
Job
<
T
>
[]
)
:
Promise
<
void
>
Parameters
jobs:
Job
<
T
>
[]
Returns
Promise
<
void
>
init
init
:
(
(
workersByJob
:
Record
<
string
,
Worker
<
T
>
>
)
=>
Promise
<
void
>
)
Type declaration
(
workersByJob
:
Record
<
string
,
Worker
<
T
>
>
)
:
Promise
<
void
>
Parameters
workersByJob:
Record
<
string
,
Worker
<
T
>
>
Returns
Promise
<
void
>
stop
stop
:
(
(
)
=>
Promise
<
void
>
)
Type declaration
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
update
Job
update
Job
:
(
(
jobId
:
string
, data
:
T
)
=>
Promise
<
void
>
)
Type declaration
(
jobId
:
string
, data
:
T
)
:
Promise
<
void
>
Parameters
jobId:
string
data:
T
Returns
Promise
<
void
>
Methods
get
Jobs
get
Jobs
(
state
:
JobState
, jobTypes
:
string
[]
)
:
Promise
<
Record
<
string
,
JobWithMetadata
<
T
>
[]
>
>
Parameters
state:
JobState
jobTypes:
string
[]
Returns
Promise
<
Record
<
string
,
JobWithMetadata
<
T
>
[]
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
Ceramic
Typescript
Implementation
@ceramicnetwork/3id-
did-
resolver
@ceramicnetwork/anchor-
listener
@ceramicnetwork/anchor-
utils
@ceramicnetwork/base-
test-
utils
@ceramicnetwork/blockchain-
utils-
linking
cosmos
eosio
ethereum
filecoin
polkadot
solana
tezos
@ceramicnetwork/blockchain-
utils-
validation
@ceramicnetwork/cli
@ceramicnetwork/codecs
@ceramicnetwork/common
@ceramicnetwork/common-
test-
utils
@ceramicnetwork/core
@ceramicnetwork/did-
test-
utils
@ceramicnetwork/http-
client
@ceramicnetwork/indexing
@ceramicnetwork/ipfs-
daemon
@ceramicnetwork/ipfs-
topology
@ceramicnetwork/job-
queue
@ceramicnetwork/logger
@ceramicnetwork/pinning-
aggregation
@ceramicnetwork/pinning-
crust-
backend
@ceramicnetwork/pinning-
ipfs-
backend
@ceramicnetwork/pinning-
powergate-
backend
@ceramicnetwork/stream-
caip10-
link
@ceramicnetwork/stream-
caip10-
link-
handler
@ceramicnetwork/stream-
handler-
common
@ceramicnetwork/stream-
model
@ceramicnetwork/stream-
model-
handler
@ceramicnetwork/stream-
model-
instance
@ceramicnetwork/stream-
model-
instance-
handler
@ceramicnetwork/stream-
tile
@ceramicnetwork/stream-
tile-
handler
@ceramicnetwork/streamid
Stream
Ref
IJob
Queue
add
Job
add
Jobs
init
stop
update
Job
get
Jobs