public class ClientResponseHandlerSupplier extends Object implements Supplier<ClientResponseHandler>
Supplier for ClientResponseHandler instance.
Depending on the configuration the supplier provides:
InboundResponseHandlerSupplier.| Constructor and Description |
|---|
ClientResponseHandlerSupplier(AbstractClientInvocationService invocationService) |
public ClientResponseHandlerSupplier(AbstractClientInvocationService invocationService)
public void start()
public void shutdown()
public ClientResponseHandler get()
get in interface Supplier<ClientResponseHandler>Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.