PHP Interface Swarrot\Processor\ProcessorInterface

Afficher le fichier Open project: swarrot/swarrot Interface Usage Examples

Méthodes publiques

Méthode Description
process ( Swarrot\Broker\Message $message, array $options ) : boolean | null Process a message.

Method Details

process() public méthode

Return false to stop processing messages.
public process ( Swarrot\Broker\Message $message, array $options ) : boolean | null
$message Swarrot\Broker\Message The message given by a MessageProvider
$options array An array containing all parameters
Résultat boolean | null