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

uk.co.mruoc.camunda.client.header.HeaderPopulator Maven / Gradle / Ivy

The newest version!
package uk.co.mruoc.camunda.client.header;

import java.net.http.HttpRequest;

public interface HeaderPopulator {

    HttpRequest.Builder populate(HttpRequest.Builder builder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy