Class AbstractAsyncServiceClientFactoryRest
- java.lang.Object
-
- com.devonfw.module.service.common.base.client.PartialServiceClientFactory
-
- com.devonfw.module.service.common.base.client.AbstractAsyncServiceClientFactory
-
- com.devonfw.module.service.common.base.client.AbstractAsyncServiceClientFactoryRest
-
- All Implemented Interfaces:
AsyncServiceClientFactory
public abstract class AbstractAsyncServiceClientFactoryRest extends AbstractAsyncServiceClientFactory
Abstract base implementation ofAbstractAsyncServiceClientFactory
for REST.- Since:
- 2021.04.003
-
-
Constructor Summary
Constructors Constructor Description AbstractAsyncServiceClientFactoryRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ServiceClientTypeHandler
getTypeHandler()
-
Methods inherited from class com.devonfw.module.service.common.base.client.AbstractAsyncServiceClientFactory
create, createService
-
-
-
-
Method Detail
-
getTypeHandler
protected ServiceClientTypeHandler getTypeHandler()
- Specified by:
getTypeHandler
in classPartialServiceClientFactory
- Returns:
- the
ServiceClientTypeHandler
for the underlying service type protocol.
-
-