Class TransactionSuccess<T extends TransactionSuccess<T>>

    • Method Detail

      • externalizableProxy

        protected abstract org.opendaylight.controller.cluster.access.commands.TransactionSuccess.SerialForm<T> externalizableProxy​(ABIVersion version)
        Description copied from class: Message
        Instantiate a serialization proxy for this object for the target ABI version. Implementations should return different objects for incompatible ABIVersions. This method should never fail, as any compatibility checks should have been done by Message.cloneAsVersion(ABIVersion).
        Specified by:
        externalizableProxy in class Message<TransactionIdentifier,​T extends TransactionSuccess<T>>
        Parameters:
        version - Requested ABI version
        Returns:
        Proxy for this object