Package | Description |
---|---|
org.axonframework.springboot |
Modifier and Type | Method and Description |
---|---|
SerializerProperties.SerializerType |
SerializerProperties.getEvents()
The type of serializer to use to serialize the payload and meta data of Event Messages.
|
SerializerProperties.SerializerType |
SerializerProperties.getGeneral()
The type of serializer to use to serialize any type of object, for which no more specific serializer is
configured.
|
SerializerProperties.SerializerType |
SerializerProperties.getMessages()
The type of serializer to use to serialize the payload and meta data of Messages.
|
static SerializerProperties.SerializerType |
SerializerProperties.SerializerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializerProperties.SerializerType[] |
SerializerProperties.SerializerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SerializerProperties.setEvents(SerializerProperties.SerializerType serializerType)
The type of serializer to use to serialize the payload and meta data of Event Messages.
|
void |
SerializerProperties.setGeneral(SerializerProperties.SerializerType serializerType)
Sets the type of serializer to use to serialize any type of object, for which no more specific serializer is
configured.
|
void |
SerializerProperties.setMessages(SerializerProperties.SerializerType serializerType)
The type of serializer to use to serialize the payload and meta data of Messages.
|
Copyright © 2010–2022. All rights reserved.