public class GrpcPayloadSerializer extends Object implements Function<org.axonframework.messaging.Message<?>,io.axoniq.axonserver.grpc.SerializedObject>
Message into a GRPC SerializedObject.| Constructor and Description |
|---|
GrpcPayloadSerializer(org.axonframework.serialization.Serializer serializer)
Constructs a
GrpcPayloadSerializer using the given serializer to serialize messages with |
| Modifier and Type | Method and Description |
|---|---|
io.axoniq.axonserver.grpc.SerializedObject |
apply(org.axonframework.messaging.Message message) |
public GrpcPayloadSerializer(org.axonframework.serialization.Serializer serializer)
GrpcPayloadSerializer using the given serializer to serialize messages withserializer - the Serializer used to serialize messages withCopyright © 2010–2023. All rights reserved.