public class InboundBridgeParticipantDeserializer extends Object implements ParticipantDeserializer
Constructor and Description |
---|
InboundBridgeParticipantDeserializer() |
Modifier and Type | Method and Description |
---|---|
Participant |
deserialize(ObjectInputStream objectInputStream)
Deserializes serializable participants.
|
Participant |
recreate(byte[] recoveryState)
Recreates participant from byte array.
|
public InboundBridgeParticipantDeserializer()
public Participant deserialize(ObjectInputStream objectInputStream)
ParticipantDeserializer
deserialize
in interface ParticipantDeserializer
public Participant recreate(byte[] recoveryState)
ParticipantDeserializer
recreate
in interface ParticipantDeserializer
Copyright © 2021 JBoss by Red Hat. All rights reserved.