| Class | Description |
|---|---|
| ClusterDistributedObject<T> |
A wrapper object to link a value which is going to be distributed in the cluster with the
ObjectSerializer that should
be use to share it. |
| ClusterDistributedObjectSerializer |
A custom
StreamSerializer to handle instances of ClusterDistributedObject
It receives and returns instances of ClusterDistributedObject although it actually writes instances of
DistributedValue, this allows each application to use its own ObjectSerializer although this instance
is shared across all of them |
| DistributedValue<T> |
An object which holds a distributed value in its natural and serialized representations
|
| SerializationSaavyQueueSupport |
A support class for distributed queues which will use
ClusterDistributedObject to serialized the objects |
| SerializationSaavyTransactionalQueue<T> |
Wraps a
TransactionalQueue and it uses a ClusterDistributedObject to serialize its values |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.