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

org.openstack4j.api.senlin.SenlinWebHookService Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.api.senlin;

import org.openstack4j.model.senlin.ActionID;

/**
 * This interface defines all methods for the manipulation of WebHook
 * 
 * @author lion
 * 
 */
public interface SenlinWebHookService {

	/**
	 * Service implementation which provides methods for manipulation of action
	 *
	 * @return Action
	 */
	ActionID action(String webHookUrl);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy