clients.ISymClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symphony-api-client-java Show documentation
Show all versions of symphony-api-client-java Show documentation
Symphony API Client provided by Symphony Platform Solutions team
package clients;
import authentication.ISymAuth;
import clients.symphony.api.*;
import configuration.SymConfig;
import org.glassfish.jersey.client.ClientConfig;
import javax.ws.rs.client.Client;
public interface ISymClient {
public SymConfig getConfig();
public ISymAuth getSymAuth();
public MessagesClient getMessagesClient() ;
public PresenceClient getPresenceClient();
public StreamsClient getStreamsClient();
public UsersClient getUsersClient();
public SignalsClient getSignalsClient();
public ConnectionsClient getConnectionsClient();
public Client getPodClient();
public Client getAgentClient();
public void setPodClient(Client podClient);
public void setAgentClient(Client agentClient);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy