brokerContactPoint & camunda

Hello,

Is there an equivalent in Camunda of
ZeebeClient.newClientBuilder().brokerContactPoint(url)?
Thank’s

you will have like this http://<host>:<port>/rest-engine/engine endpoint. You can access various process engine services via

http://<host>:<port>/rest-engine/engine/<engine-name>/<resources>