Uses of Interface
io.camunda.zeebe.broker.client.api.BrokerResponseConsumer
Packages that use BrokerResponseConsumer
-
Uses of BrokerResponseConsumer in io.camunda.zeebe.broker.client.api
Methods in io.camunda.zeebe.broker.client.api with parameters of type BrokerResponseConsumerModifier and TypeMethodDescription<T> voidBrokerClient.sendRequestWithRetry(BrokerRequest<T> request, BrokerResponseConsumer<T> responseConsumer, Consumer<Throwable> throwableConsumer) Sends a request to the partition if request specifies a partition, otherwise assign a partition send it to it. -
Uses of BrokerResponseConsumer in io.camunda.zeebe.broker.client.impl
Methods in io.camunda.zeebe.broker.client.impl with parameters of type BrokerResponseConsumerModifier and TypeMethodDescription<T> voidBrokerClientImpl.sendRequestWithRetry(BrokerRequest<T> request, BrokerResponseConsumer<T> responseConsumer, Consumer<Throwable> throwableConsumer)