Prooph\EventSourcing\AggregateChanged::payload PHP Method

payload() public method

The payload should only contain scalar types and sub arrays. The payload is normally passed to json_encode to persist the message or push it into a message queue.
public payload ( ) : array
return array
    public function payload()
    {
        return $this->payload;
    }