Class: Sbmt::Outbox::OutboxItem
Constant Summary
collapse
"Idempotency-Key"
"Sequence-ID"
"Created-At"
"Outbox-Name"
"Dispatched-At"
Class Method Summary
collapse
Methods inherited from BaseItem
#add_error, box_id, box_name, bucket_partitions, calc_bucket_partitions, config, #for_processing?, #increment_errors_counter, #log_details, #max_retries_exceeded?, #options, #partition, partition_buckets, #payload, #payload=, #payload_builder, #proto_payload, #proto_payload=, #retriable?, #touch_processed_at, #transports
Class Method Details
.box_type ⇒ Object
17
18
19
|
# File 'app/models/sbmt/outbox/outbox_item.rb', line 17
def box_type
:outbox
end
|