LibreDTE

ReceiverWorker extends AbstractExchangeWorker
in package
implements ReceiverWorkerInterface

Worker "billing.exchange.receiver".

Table of Contents

Interfaces

ReceiverWorkerInterface
Interfaz para el worker "billing.exchange.receiver".

Properties

$optionsSchema  : array<string, array<string|int, mixed>|bool>
Esquema de las opciones.

Methods

handle()  : array<string|int, mixed>
{@inheritDoc}
receive()  : array<string|int, ExchangeResultInterface>
Recibe documentos a través del proceso de intercambio mediante la estrategia definida en la bolsa.

Properties

$optionsSchema

Esquema de las opciones.

protected array<string, array<string|int, mixed>|bool> $optionsSchema = ['strategy' => ['types' => 'string', 'default' => 'email.imap'], 'transport' => ['types' => 'array', 'default' => []]]

Methods


        
On this page

Search results