class HandleBatchMessageCommand extends Command implements NormalizableInterface, DenormalizableInterface, BatchProcessMessageInterface (View source)

Properties

protected object $message
protected string $batchId

Methods

static string
getHandler()

No description

from  Command
__construct(string $batchId = null, $message = null)

No description

object
getMessage()

No description

void
setMessage(object $message)

No description

string
getBatch()

Returns the UUID of the batch this message belongs to.

normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])

No description

denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])

No description

Details

static string getHandler()

No description

Return Value

string

__construct(string $batchId = null, $message = null)

No description

Parameters

string $batchId
$message

object getMessage()

No description

Return Value

object

void setMessage(object $message)

No description

Parameters

object $message

Return Value

void

string getBatch()

Returns the UUID of the batch this message belongs to.

Return Value

string

normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])

No description

Parameters

NormalizerInterface $normalizer
string $format
array $context

denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])

No description

Parameters

DenormalizerInterface $denormalizer
$data
string $format
array $context