=clu:3152 Improve scaladoc of cluster
This commit is contained in:
parent
4ed24271ed
commit
621c4ed0f1
4 changed files with 37 additions and 19 deletions
|
|
@ -19,6 +19,9 @@ import java.util.zip.GZIPInputStream
|
|||
import com.google.protobuf.MessageLite
|
||||
import scala.annotation.tailrec
|
||||
|
||||
/**
|
||||
* Protobuf serializer of cluster messages.
|
||||
*/
|
||||
class ClusterMessageSerializer(val system: ExtendedActorSystem) extends Serializer {
|
||||
|
||||
private final val BufferSize = 1024 * 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue