File tree Expand file tree Collapse file tree
InEngine.Core.Test/Queue/Commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using BeekmanLabs . UnitTesting ;
22using InEngine . Commands ;
3- using InEngine . Core . Queue . Commands ;
3+ using InEngine . Core . Queuing . Commands ;
44using Moq ;
55using NUnit . Framework ;
66using Quartz ;
Original file line number Diff line number Diff line change 44using InEngine . Commands ;
55using InEngine . Core . Commands ;
66using InEngine . Core . Exceptions ;
7- using InEngine . Core . Queue . Commands ;
7+ using InEngine . Core . Queuing . Commands ;
88using NUnit . Framework ;
99
1010namespace InEngine . Core . Test . Queue . Commands
Original file line number Diff line number Diff line change 11using System . Collections . Generic ;
22using System . IO ;
3- using InEngine . Core . Queue ;
3+ using InEngine . Core . Queuing ;
44using Microsoft . Extensions . Configuration ;
55
66namespace InEngine . Core
Original file line number Diff line number Diff line change 77using Newtonsoft . Json ;
88using StackExchange . Redis ;
99
10- namespace InEngine . Core . Queue
10+ namespace InEngine . Core . Queuing
1111{
1212 public class Broker
1313 {
Original file line number Diff line number Diff line change 11using System ;
22using CommandLine ;
33
4- namespace InEngine . Core . Queue . Commands
4+ namespace InEngine . Core . Queuing . Commands
55{
66 public class Consume : AbstractCommand
77 {
Original file line number Diff line number Diff line change 11using CommandLine ;
22using InEngine . Core . Exceptions ;
33
4- namespace InEngine . Core . Queue . Commands
4+ namespace InEngine . Core . Queuing . Commands
55{
66 public class Flush : AbstractCommand
77 {
Original file line number Diff line number Diff line change 11using System ;
22using CommandLine ;
33
4- namespace InEngine . Core . Queue . Commands
4+ namespace InEngine . Core . Queuing . Commands
55{
66 public class Length : AbstractCommand
77 {
Original file line number Diff line number Diff line change 77using Konsole . Forms ;
88using Newtonsoft . Json ;
99
10- namespace InEngine . Core . Queue . Commands
10+ namespace InEngine . Core . Queuing . Commands
1111{
1212 public class Peek : AbstractCommand
1313 {
Original file line number Diff line number Diff line change 33using CommandLine ;
44using InEngine . Core . Exceptions ;
55
6- namespace InEngine . Core . Queue . Commands
6+ namespace InEngine . Core . Queuing . Commands
77{
88 public class Publish : AbstractCommand
99 {
Original file line number Diff line number Diff line change 22using System . Linq ;
33using CommandLine ;
44
5- namespace InEngine . Core . Queue . Commands
5+ namespace InEngine . Core . Queuing . Commands
66{
77 public class RepublishFailed : AbstractCommand
88 {
You can’t perform that action at this time.
0 commit comments