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