Class ZeebeClientProxy

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

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