> +import org.jclouds.rest.ConfiguresHttpApi;
> +import org.jclouds.rest.config.HttpApiModule;
> +
> +/**
> + * Configures the {@link org.jclouds.profitbricks.ProfitBricksApi} 
> connection.
> + */
> +@ConfiguresHttpApi
> +public class PBHttpApiModule extends HttpApiModule<ProfitBricksApi> {
> +
> +   @Override
> +   protected void bindErrorHandlers() {
> +   }
> +
> +   @Override
> +   protected void bindRetryHandlers() {
> +      // TODO configure handling of client and server error

This is something that should be done before the PR can be merged.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72/files#r17229338

Reply via email to