Uses of Interface
io.zeebe.containers.engine.ContainerEngine.Builder
-
Uses of ContainerEngine.Builder in io.zeebe.containers.engine
Methods in io.zeebe.containers.engine that return ContainerEngine.BuilderModifier and TypeMethodDescriptionstatic ContainerEngine.BuilderContainerEngine.builder()Returns a default builder.ContainerEngine.Builder.withAutoAcknowledge(boolean acknowledge) Sets whether records should be automatically acknowledged as they are exported by the broker.ContainerEngine.Builder.withCluster(ZeebeCluster cluster) Sets the given cluster to be used as engine(s)/gateway(s).<T extends org.testcontainers.containers.GenericContainer<T> & ZeebeGatewayNode<T> & ZeebeBrokerNode<T>>
ContainerEngine.BuilderContainerEngine.Builder.withContainer(T container) Sets the given container to be used as both gateway and broker.ContainerEngine.Builder.withDebugReceiver(DebugReceiver receiver) The pre-configuredDebugReceiverinstance to use.ContainerEngine.Builder.withDebugReceiverPort(int port) Pre-assigns the port to use for the debug receive, i.e.ContainerEngine.Builder.withGracePeriod(Duration gracePeriod) Sets the grace period to use when reaching the end of the underlyingRecordStreamSource.ContainerEngine.Builder.withIdlePeriod(Duration idlePeriod) Sets the idle period of the engine, used when callingZeebeTestEngine.waitForIdleState(Duration).