Class MpRestClientListener
- java.lang.Object
-
- io.helidon.microprofile.restclient.MpRestClientListener
-
- All Implemented Interfaces:
org.eclipse.microprofile.rest.client.spi.RestClientListener
public class MpRestClientListener extends Object implements org.eclipse.microprofile.rest.client.spi.RestClientListener
A client listener that wraps executor service withContexts.wrap(java.util.concurrent.ExecutorService)
.
-
-
Constructor Summary
Constructors Constructor Description MpRestClientListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onNewClient(Class<?> aClass, org.eclipse.microprofile.rest.client.RestClientBuilder restClientBuilder)
-
-
-
Method Detail
-
onNewClient
public void onNewClient(Class<?> aClass, org.eclipse.microprofile.rest.client.RestClientBuilder restClientBuilder)
- Specified by:
onNewClient
in interfaceorg.eclipse.microprofile.rest.client.spi.RestClientListener
-
-