Index

A B C I O W 
All Classes and Interfaces|All Packages

A

acknowledge(int, long) - Method in interface io.zeebe.containers.engine.ContainerEngine
Marks all records with a position less than position on partition with ID partitionId as acknowledged, meaning they can now be deleted from Zeebe.

B

build() - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
Builds a ContainerEngine based on the configuration.
builder() - Static method in interface io.zeebe.containers.engine.ContainerEngine
Returns a default builder.

C

ContainerEngine - Interface in io.zeebe.containers.engine
A ContainerEngine is a ZeebeTestEngine implementation which wraps a container or a set of containers.
ContainerEngine.Builder - Interface in io.zeebe.containers.engine
A helper class to build ContainerEngine instances.
ContainerEngines - Class in io.zeebe.containers.engine
Collection of factories which create ContainerEngine instances based on either containers (ZeebeContainer) or clusters (ZeebeCluster).
createDefault() - Static method in interface io.zeebe.containers.engine.ContainerEngine
Creates a ContainerEngine with a default ZeebeContainer, an idle period of 1 second, a grace period of 0, and auto acknowledging all records.

I

io.zeebe.containers.engine - package io.zeebe.containers.engine
 

O

of() - Static method in class io.zeebe.containers.engine.ContainerEngines
Returns a container engine pointing to a default ZeebeContainer, with a non-delayed record stream.
of(ZeebeCluster) - Static method in class io.zeebe.containers.engine.ContainerEngines
Returns a container engine pointing to a configured ZeebeCluster, with a non-delayed record stream.
of(ZeebeContainer) - Static method in class io.zeebe.containers.engine.ContainerEngines
Returns a container engine pointing to the provided ZeebeContainer, with a non-delayed record stream.
of(Duration) - Static method in class io.zeebe.containers.engine.ContainerEngines
Returns a container engine pointing to a default ZeebeContainer.
of(Duration, ZeebeCluster) - Static method in class io.zeebe.containers.engine.ContainerEngines
Returns a container engine pointing to a configured ZeebeCluster.
of(Duration, ZeebeContainer) - Static method in class io.zeebe.containers.engine.ContainerEngines
Returns a container engine pointing to a configured ZeebeContainer.

W

withAutoAcknowledge(boolean) - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
Sets whether records should be automatically acknowledged as they are exported by the broker.
withCluster(ZeebeCluster) - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
Sets the given cluster to be used as engine(s)/gateway(s).
withContainer(T) - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
Sets the given container to be used as both gateway and broker.
withDebugReceiver(DebugReceiver) - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
The pre-configured DebugReceiver instance to use.
withDebugReceiverPort(int) - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
Pre-assigns the port to use for the debug receive, i.e.
withGracePeriod(Duration) - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
Sets the grace period to use when reaching the end of the underlying RecordStreamSource.
withIdlePeriod(Duration) - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
Sets the idle period of the engine, used when calling ZeebeTestEngine.waitForIdleState(Duration).
A B C I O W 
All Classes and Interfaces|All Packages