Package com.fifa.connectservicebus.sdk
Class BaseFifaConnectServiceBusClient
- java.lang.Object
-
- com.fifa.connectservicebus.sdk.BaseFifaConnectServiceBusClient
-
- Direct Known Subclasses:
FifaConnectServiceBusCertificateClientImpl,FifaConnectServiceBusClientImpl
public class BaseFifaConnectServiceBusClient extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Loggerloggerprotected ServiceBusResponseHandlerresponseHandler
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseFifaConnectServiceBusClient(Logger logger)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected retrofit2.RetrofitConfigureRetrofit(ConnectServiceBusEnvironment environment, AuthenticationService authenticationService, ProxySettings proxySettings)protected static AuthenticationServiceImplcreateAuthenticationService(ConnectServiceBusEnvironment environment, ClientCredentials clientCredentials, ProxySettings proxySettings, ExecutorService executorService)protected static AuthenticationServiceImplcreateAuthenticationService(ConnectServiceBusEnvironment environment, ClientCredentials clientCredentials, ProxySettings proxySettings, ExecutorService executorService, AuthenticationResourceBuilder authenticationResourceBuilder)protected FifaConnectServiceBusExceptionhandleRestClientException(RuntimeException exception)
-
-
-
Field Detail
-
responseHandler
protected ServiceBusResponseHandler responseHandler
-
logger
protected Logger logger
-
-
Constructor Detail
-
BaseFifaConnectServiceBusClient
protected BaseFifaConnectServiceBusClient(Logger logger)
-
-
Method Detail
-
handleRestClientException
protected FifaConnectServiceBusException handleRestClientException(RuntimeException exception)
-
ConfigureRetrofit
protected retrofit2.Retrofit ConfigureRetrofit(ConnectServiceBusEnvironment environment, AuthenticationService authenticationService, ProxySettings proxySettings)
-
createAuthenticationService
protected static AuthenticationServiceImpl createAuthenticationService(ConnectServiceBusEnvironment environment, ClientCredentials clientCredentials, ProxySettings proxySettings, ExecutorService executorService)
-
createAuthenticationService
protected static AuthenticationServiceImpl createAuthenticationService(ConnectServiceBusEnvironment environment, ClientCredentials clientCredentials, ProxySettings proxySettings, ExecutorService executorService, AuthenticationResourceBuilder authenticationResourceBuilder)
-
-