Class TestProxyConfiguration
java.lang.Object
io.camunda.zeebe.spring.test.proxy.TestProxyConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.zeebe.client.ZeebeClientproxiedZeebeClient(ZeebeClientProxy zeebeClientProxy) io.camunda.zeebe.process.test.api.ZeebeTestEngineproxiedZeebeTestEngine(ZeebeTestEngineProxy zeebeTestEngineProxy)
-
Constructor Details
-
TestProxyConfiguration
public TestProxyConfiguration()
-
-
Method Details
-
zeebeClientProxy
-
proxiedZeebeClient
@Bean @Primary public io.camunda.zeebe.client.ZeebeClient proxiedZeebeClient(ZeebeClientProxy zeebeClientProxy) -
zeebeTestEngineProxy
-
proxiedZeebeTestEngine
@Bean public io.camunda.zeebe.process.test.api.ZeebeTestEngine proxiedZeebeTestEngine(ZeebeTestEngineProxy zeebeTestEngineProxy)
-