public class GrpcSerializedObject extends Object implements org.axonframework.serialization.SerializedObject<byte[]>
| Constructor and Description |
|---|
GrpcSerializedObject(SerializedObject payload) |
| Modifier and Type | Method and Description |
|---|---|
Class<byte[]> |
getContentType() |
byte[] |
getData() |
org.axonframework.serialization.SerializedType |
getType() |
public GrpcSerializedObject(SerializedObject payload)
public Class<byte[]> getContentType()
getContentType in interface org.axonframework.serialization.SerializedObject<byte[]>public org.axonframework.serialization.SerializedType getType()
getType in interface org.axonframework.serialization.SerializedObject<byte[]>public byte[] getData()
getData in interface org.axonframework.serialization.SerializedObject<byte[]>Copyright © 2010–2018. All rights reserved.