Class SimpleCompositeService

All Implemented Interfaces:
Unwrappable, HttpService, Service<HttpRequest,​HttpResponse>

@Deprecated
public final class SimpleCompositeService
extends AbstractCompositeService<HttpService,​HttpRequest,​HttpResponse>
implements HttpService
Deprecated.
This class will be removed without a replacement.
A general purpose AbstractCompositeService implementation. Useful when you do not want to define a new dedicated HttpService type.