public class ClientResponseHandlerSupplier extends Object implements Supplier<Consumer<ClientMessage>>
Supplier
for Supplier
instance that processes responses for client
invocations.
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 Consumer<ClientMessage> get()
get
in interface Supplier<Consumer<ClientMessage>>
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.