@Path(value="testRegistrarServices") public class TestClientRegistrarWebServices extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REST_CLIENT_BUILDER |
static String |
REST_CLIENT_BUILDER_EXECUTOR |
static String |
REST_OK |
static String |
REST_SERVICE_PATH |
| Constructor and Description |
|---|
TestClientRegistrarWebServices() |
| Modifier and Type | Method and Description |
|---|---|
jakarta.ws.rs.core.Response |
clientRegistrar(boolean async)
Endpoint which uses
ClientTracingRegistrar.configure(ClientBuilder) to create an outbound request to
instrument a client for an outbound request. |
jakarta.ws.rs.core.Response |
clientRegistrarExecutor(boolean async)
Endpoint which uses
ClientTracingRegistrar.configure(ClientBuilder, java.util.concurrent.ExecutorService)
to instrument a client for an outbound request. |
jakarta.ws.rs.core.Response |
ok() |
public static final String REST_SERVICE_PATH
public static final String REST_OK
public static final String REST_CLIENT_BUILDER
public static final String REST_CLIENT_BUILDER_EXECUTOR
@GET @Path(value="ok") @Produces(value="text/plain") public jakarta.ws.rs.core.Response ok()
@GET
@Path(value="clientBuilder")
@Produces(value="text/plain")
public jakarta.ws.rs.core.Response clientRegistrar(@QueryParam(value="async")
boolean async)
throws ExecutionException,
InterruptedException
ClientTracingRegistrar.configure(ClientBuilder) to create an outbound request to
instrument a client for an outbound request.@GET
@Path(value="clientBuilderExecutor")
@Produces(value="text/plain")
public jakarta.ws.rs.core.Response clientRegistrarExecutor(@QueryParam(value="async")
boolean async)
throws ExecutionException,
InterruptedException
ClientTracingRegistrar.configure(ClientBuilder, java.util.concurrent.ExecutorService)
to instrument a client for an outbound request.Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.