public interface LRAParticipantDeserializer
| Modifier and Type | Method and Description |
|---|---|
LRAParticipant |
deserialize(URL lraId,
byte[] recoveryState)
Ask the deserializer to recreate a participant from its persistent state
If the deserializer does not know how to convert the recoveryState
into a suitable object it should return null
|
LRAParticipant deserialize(URL lraId, byte[] recoveryState)
lraId - the LRA id that this participant is being created forrecoveryState - the persistent form of the participantCopyright © 2018 Eclipse Foundation. All rights reserved.