
com.softlayer.api.Service Maven / Gradle / Ivy
package com.softlayer.api;
/** Interface extended by individual service interfaces on types */
public interface Service extends Maskable, ResultLimitable {
/** Get an async version of this service */
ServiceAsync asAsync();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy