Class ZeebeTestEngineProxy

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

public class ZeebeTestEngineProxy extends AbstractInvocationHandler
Dynamic proxy to delegate to a ZeebeTestEngine which allows to swap the ZeebeTestEngine object under the hood. This is used in test environments, where the while ZeebeEngine is re-initialized for every test case