Skip to content

Commit

Permalink
SerializableReadModelInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Dec 20, 2016
1 parent 69b9169 commit 241f021
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/Broadway/ReadModel/SerializableReadModelInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

/*
* This file is part of the broadway/broadway package.
*
* (c) Qandidate.com <opensource@qandidate.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Broadway\ReadModel;

use Broadway\Serializer\SerializableInterface;

/**
* Represents a serializable read model.
*/
interface SerializableReadModelInterface extends SerializableInterface, ReadModelInterface
{
}

0 comments on commit 241f021

Please sign in to comment.