class HandleProcessMessageCommand extends Command implements NormalizableInterface, DenormalizableInterface, ProcessMessageInterface (View source)

Properties

protected string $processId
protected object $message

Methods

static string
getHandler()

No description

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

No description

object
getMessage()

No description

void
setMessage(object $message)

No description

string
getProcess()

Returns the UUID of the process 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 $processId = null, $message = null)

No description

Parameters

string $processId
$message

object getMessage()

No description

Return Value

object

void setMessage(object $message)

No description

Parameters

object $message

Return Value

void

string getProcess()

Returns the UUID of the process 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