forked from yiisoft/yii2-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1deeeb
commit 1e7cbf1
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
/** | ||
* Job Interface. | ||
* | ||
* @deprecated Will be removed in 2.1.0. Use JobInterface instead of Job. | ||
* @deprecated Will be removed in 3.0. Use JobInterface instead of Job. | ||
* | ||
* @author Roman Zhuravlev <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
/** | ||
* Retryable Job Interface. | ||
* | ||
* @deprecated Will be removed in 2.1.0. Use RetryableJobInterface instead of RetryableJob. | ||
* @deprecated Will be removed in 3.0. Use RetryableJobInterface instead of RetryableJob. | ||
* | ||
* @author Roman Zhuravlev <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
/** | ||
* Process Signal Helper. | ||
* | ||
* @deprecated since 2.0.2 and will be removed in 2.1. Use SignalLoop instead. | ||
* @deprecated since 2.0.2 and will be removed in 3.0. Use SignalLoop instead. | ||
* | ||
* @author Roman Zhuravlev <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
/** | ||
* Verbose Behavior. | ||
* | ||
* @deprecated Will be removed in 2.1.0. Use VerboseBehavior instead of Verbose. | ||
* @deprecated Will be removed in 3.0. Use VerboseBehavior instead of Verbose. | ||
* | ||
* @author Roman Zhuravlev <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
/** | ||
* Amqp Queue. | ||
* | ||
* @deprecated since 2.0.2 and will be removed in 2.1. Consider using amqp_interop driver instead. | ||
* @deprecated since 2.0.2 and will be removed in 3.0. Consider using amqp_interop driver instead. | ||
* | ||
* @author Roman Zhuravlev <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
/** | ||
* Interface Serializer. | ||
* | ||
* @deprecated Will be removed in 2.1.0. Use SerializerInterface instead of Serializer. | ||
* @deprecated Will be removed in 3.0. Use SerializerInterface instead of Serializer. | ||
* | ||
* @author Roman Zhuravlev <[email protected]> | ||
*/ | ||
|