Uses of Interface
io.zeebe.containers.engine.ContainerEngine
-
Uses of ContainerEngine in io.zeebe.containers.engine
Methods in io.zeebe.containers.engine that return ContainerEngineModifier and TypeMethodDescriptionContainerEngine.Builder.build()Builds aContainerEnginebased on the configuration.static ContainerEngineContainerEngine.createDefault()Creates aContainerEnginewith a defaultZeebeContainer, an idle period of 1 second, a grace period of 0, and auto acknowledging all records.static ContainerEngineContainerEngines.of()Returns a container engine pointing to a defaultZeebeContainer, with a non-delayed record stream.static ContainerEngineContainerEngines.of(ZeebeCluster cluster) Returns a container engine pointing to a configuredZeebeCluster, with a non-delayed record stream.static ContainerEngineContainerEngines.of(ZeebeContainer container) Returns a container engine pointing to the providedZeebeContainer, with a non-delayed record stream.static ContainerEngineReturns a container engine pointing to a defaultZeebeContainer.static ContainerEngineContainerEngines.of(Duration timeout, ZeebeCluster cluster) Returns a container engine pointing to a configuredZeebeCluster.static ContainerEngineContainerEngines.of(Duration timeout, ZeebeContainer container) Returns a container engine pointing to a configuredZeebeContainer.