com.chutneytesting.agent.domain.explore.CurrentNetworkDescription Maven / Gradle / Ivy
package com.chutneytesting.agent.domain.explore;
import com.chutneytesting.admin.domain.Backupable;
import com.chutneytesting.agent.domain.network.NetworkDescription;
import java.util.Optional;
public interface CurrentNetworkDescription extends Backupable {
Optional findCurrent();
void switchTo(NetworkDescription networkDescription);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy