Class CamundaClientProxy

java.lang.Object
io.camunda.zeebe.spring.test.proxy.AbstractInvocationHandler
io.camunda.zeebe.spring.test.proxy.CamundaClientProxy
All Implemented Interfaces:
InvocationHandler

public class CamundaClientProxy extends AbstractInvocationHandler
Dynamic proxy to delegate to a CamundaClient which allows to swap the CamundaClient object under the hood. This is used in test environments, where the Zeebe engine is re-initialized for every test case.