View Source PulsarEx.JobInfo (PulsarEx v0.14.0)

Summary

Types

@type t() :: %PulsarEx.JobInfo{
  assigns: term(),
  cluster: term(),
  job: term(),
  message_opts: term(),
  ordering_key: term(),
  params: term(),
  partition_key: term(),
  state: term(),
  topic: term(),
  worker: term()
}

Functions

Link to this function

assign(job_info, key, value)

View Source