com.chutneytesting.agent.domain.explore.CurrentNetworkDescription Maven / Gradle / Ivy
/*
* SPDX-FileCopyrightText: 2017-2024 Enedis
*
* SPDX-License-Identifier: Apache-2.0
*
*/
package com.chutneytesting.agent.domain.explore;
import com.chutneytesting.agent.domain.network.NetworkDescription;
import com.chutneytesting.server.core.domain.admin.Backupable;
import java.util.Optional;
public interface CurrentNetworkDescription extends Backupable {
Optional findCurrent();
void switchTo(NetworkDescription networkDescription);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy