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

org.restcomm.ss7.service.SS7ServiceInterface Maven / Gradle / Ivy

The newest version!
package org.restcomm.ss7.service;

import org.restcomm.ss7.management.console.ShellExecutor;

public interface SS7ServiceInterface {
    ShellExecutor getBeanSctpShellExecutor();

    ShellExecutor getBeanM3uaShellExecutor();

    ShellExecutor getBeanSccpExecutor();

    ShellExecutor getBeanTcapExecutor();

//    Ss7Management getSs7Management();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy