All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.thorbenkuck.netcom2.interfaces.NetworkInterface Maven / Gradle / Ivy

package com.github.thorbenkuck.netcom2.interfaces;

import com.github.thorbenkuck.netcom2.network.shared.CommunicationRegistration;
import com.github.thorbenkuck.netcom2.network.shared.cache.Cache;

public interface NetworkInterface extends Launch, Loggable {

	Cache cache();

	CommunicationRegistration getCommunicationRegistration();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy