Skip to content

Commit

Permalink
docs(engine): deprecate #withAutoAcknowledge in favor of #withDebugRe…
Browse files Browse the repository at this point in the history
…ceiver
  • Loading branch information
npepinpe committed Sep 24, 2022
1 parent 666206e commit ce0bd95
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@
import io.zeebe.containers.ZeebeGatewayNode;
import io.zeebe.containers.cluster.ZeebeCluster;
import io.zeebe.containers.exporter.DebugReceiver;
import java.time.Duration;
import org.apiguardian.api.API;
import org.apiguardian.api.API.Status;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.lifecycle.Startable;

import java.time.Duration;

/**
* A {@link ContainerEngine} is a {@link ZeebeTestEngine} implementation which wraps a container or
* a set of containers.
Expand Down Expand Up @@ -162,7 +163,9 @@ interface Builder {
*
* @param acknowledge whether to automatically acknowledge exported records or not
* @return itself for chaining
* @deprecated since 3.5.2, will be removed in 3.7.0; use {@link #withDebugReceiver(DebugReceiver)} instead
*/
@Deprecated
Builder withAutoAcknowledge(final boolean acknowledge);

/**
Expand Down

0 comments on commit ce0bd95

Please sign in to comment.