Class CDEventsSenderService
java.lang.Object
com.netflix.spinnaker.echo.cdevents.CDEventsSenderService
-
Constructor Summary
ConstructorsConstructorDescriptionCDEventsSenderService(com.netflix.spinnaker.config.OkHttp3ClientConfiguration okHttpClientConfig) -
Method Summary
Modifier and TypeMethodDescriptionretrofit2.Response<okhttp3.ResponseBody>sendCDEvent(io.cloudevents.CloudEvent cdEvent, String eventsBrokerUrl)
-
Constructor Details
-
CDEventsSenderService
public CDEventsSenderService(com.netflix.spinnaker.config.OkHttp3ClientConfiguration okHttpClientConfig)
-
-
Method Details
-
sendCDEvent
public retrofit2.Response<okhttp3.ResponseBody> sendCDEvent(io.cloudevents.CloudEvent cdEvent, String eventsBrokerUrl)
-