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

io.descoped.dc.api.node.Operation Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package io.descoped.dc.api.node;

import io.descoped.dc.api.http.Headers;

import java.util.List;

// common interface for http operations
public interface Operation extends NodeWithId {

    String url();

    Headers headers();

    List responseValidators();

    List steps();

    List returnVariables();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy