Proyectos de Subversion LeadersLinked - Services

Rev

Rev 314 | Rev 323 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 314 Rev 320
Línea 4259... Línea 4259...
4259
            'check-preview-poster-for-feed' => \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class,
4259
            'check-preview-poster-for-feed' => \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class,
4260
            'daily-pulse-simulate' => \LeadersLinked\Command\DailyPulseSimulateCommand::class,
4260
            'daily-pulse-simulate' => \LeadersLinked\Command\DailyPulseSimulateCommand::class,
4261
            'check-external-credenditals' => \LeadersLinked\Command\CheckExternalCredentialsCommand::class,
4261
            'check-external-credenditals' => \LeadersLinked\Command\CheckExternalCredentialsCommand::class,
4262
            'send-data-to-s3-command' => \LeadersLinked\Command\SendDataToS3Command::class,
4262
            'send-data-to-s3-command' => \LeadersLinked\Command\SendDataToS3Command::class,
4263
            'test-command' => \LeadersLinked\Command\TestCommand::class,
4263
            'test-command' => \LeadersLinked\Command\TestCommand::class,
-
 
4264
            'test-send-push' => \LeadersLinked\Command\TestSendPushCommand::class,
Línea 4264... Línea 4265...
4264
 
4265
 
4265
        ]
4266
        ]
4266
    ],
4267
    ],
4267
    'listeners' => [
4268
    'listeners' => [
Línea 4299... Línea 4300...
4299
            \LeadersLinked\Command\SendDataToS3Command::class => \LeadersLinked\Factory\Command\SendDataToS3CommandFactory::class,
4300
            \LeadersLinked\Command\SendDataToS3Command::class => \LeadersLinked\Factory\Command\SendDataToS3CommandFactory::class,
Línea 4300... Línea 4301...
4300
 
4301
 
Línea 4301... Línea 4302...
4301
            \LeadersLinked\Command\ProcessScheduledContentCommand::class => \LeadersLinked\Factory\Command\ProcessScheduledContentCommandFactory::class,
4302
            \LeadersLinked\Command\ProcessScheduledContentCommand::class => \LeadersLinked\Factory\Command\ProcessScheduledContentCommandFactory::class,
-
 
4303
            
Línea 4302... Línea 4304...
4302
            
4304
            \LeadersLinked\Command\TestCommand::class => \LeadersLinked\Factory\Command\TestCommandFactory::class,
4303
            \LeadersLinked\Command\TestCommand::class => \LeadersLinked\Factory\Command\TestCommandFactory::class,
4305
            \LeadersLinked\Command\TestSendPushCommand::class => \LeadersLinked\Factory\Command\TestSendPushCommandFactory::class,
4304
            
4306
            
4305
        ],
4307
        ],