@spinajs/queue
Advanced tools
Comparing version 2.0.172 to 2.0.173
export interface IEventOption { | ||
/** | ||
* Should event survive consumer restart ? | ||
*/ | ||
durable?: boolean; | ||
@@ -3,0 +6,0 @@ } |
@@ -12,2 +12,4 @@ import { AsyncService, Constructor, IInstanceCheck, IMappableService } from '@spinajs/di'; | ||
Type: QueueMessageType; | ||
Persistent: boolean; | ||
Priority: number; | ||
/** | ||
@@ -51,2 +53,4 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker | ||
Type: QueueMessageType; | ||
Persistent: boolean; | ||
Priority: number; | ||
/** | ||
@@ -193,2 +197,4 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker | ||
export interface IMessageOptions { | ||
Persistent: boolean; | ||
Priority: number; | ||
/** | ||
@@ -195,0 +201,0 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker |
export interface IEventOption { | ||
/** | ||
* Should event survive consumer restart ? | ||
*/ | ||
durable?: boolean; | ||
@@ -3,0 +6,0 @@ } |
@@ -12,2 +12,4 @@ import { AsyncService, Constructor, IInstanceCheck, IMappableService } from '@spinajs/di'; | ||
Type: QueueMessageType; | ||
Persistent: boolean; | ||
Priority: number; | ||
/** | ||
@@ -51,2 +53,4 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker | ||
Type: QueueMessageType; | ||
Persistent: boolean; | ||
Priority: number; | ||
/** | ||
@@ -193,2 +197,4 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker | ||
export interface IMessageOptions { | ||
Persistent: boolean; | ||
Priority: number; | ||
/** | ||
@@ -195,0 +201,0 @@ * The time in milliseconds that a message will wait before being scheduled to be delivered by the broker |
{ | ||
"name": "@spinajs/queue", | ||
"version": "2.0.172", | ||
"version": "2.0.173", | ||
"description": "queue sending & pulling made easy", | ||
@@ -57,7 +57,7 @@ | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.172", | ||
"@spinajs/di": "^2.0.172", | ||
"@spinajs/exceptions": "^2.0.172", | ||
"@spinajs/log": "^2.0.172", | ||
"@spinajs/orm": "^2.0.172", | ||
"@spinajs/configuration": "^2.0.173", | ||
"@spinajs/di": "^2.0.173", | ||
"@spinajs/exceptions": "^2.0.173", | ||
"@spinajs/log": "^2.0.173", | ||
"@spinajs/orm": "^2.0.173", | ||
"luxon": "^3.2.1" | ||
@@ -64,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
247634
1579
Updated@spinajs/di@^2.0.173
Updated@spinajs/exceptions@^2.0.173
Updated@spinajs/log@^2.0.173
Updated@spinajs/orm@^2.0.173