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

com.netflix.spinnaker.echo.services.KeelService Maven / Gradle / Ivy

There is a newer version: 2.43.0
Show newest version
package com.netflix.spinnaker.echo.services;

import java.util.Map;
import retrofit.http.Body;
import retrofit.http.POST;

public interface KeelService {
  @POST("/artifacts/events")
  Void sendArtifactEvent(@Body Map event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy