org.opendaylight.jsonrpc.model.TransactionFactory Maven / Gradle / Ivy
The newest version!
/*
* Copyright (c) 2017 Brocade Communications Systems, Inc. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.jsonrpc.model;
import java.util.function.Supplier;
import org.opendaylight.mdsal.dom.api.DOMDataTreeWriteTransaction;
/**
* Factory abstraction to provide {@link DOMDataTreeWriteTransaction} instances.
*
* @author Richard Kosegi
*/
public interface TransactionFactory extends Supplier {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy