HandleProcessMessageCommand
class HandleProcessMessageCommand extends Command implements NormalizableInterface, DenormalizableInterface, ProcessMessageInterface (View source)
Properties
protected string | $processId | ||
protected object | $message |
Methods
__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
__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