Package pl.grizzlysoftware.util
Class RetrofitApiServiceFacade
- java.lang.Object
-
- pl.grizzlysoftware.util.RetrofitApiServiceFacade
-
- Direct Known Subclasses:
BasicDotykackaApiServiceFacade,OAuthServiceFacade
public class RetrofitApiServiceFacade extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected RetrofitCallExecutorexecutor
-
Constructor Summary
Constructors Constructor Description RetrofitApiServiceFacade()RetrofitApiServiceFacade(RetrofitCallExecutor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> Texecute(retrofit2.Call<T> call)
-
-
-
Field Detail
-
executor
protected RetrofitCallExecutor executor
-
-
Constructor Detail
-
RetrofitApiServiceFacade
public RetrofitApiServiceFacade(RetrofitCallExecutor executor)
-
RetrofitApiServiceFacade
public RetrofitApiServiceFacade()
-
-