Index
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
positionon partition with IDpartitionIdas acknowledged, meaning they can now be deleted from Zeebe.
B
- build() - Method in interface io.zeebe.containers.engine.ContainerEngine.Builder
-
Builds a
ContainerEnginebased 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
ContainerEngineis aZeebeTestEngineimplementation which wraps a container or a set of containers. - ContainerEngine.Builder - Interface in io.zeebe.containers.engine
-
A helper class to build
ContainerEngineinstances. - ContainerEngines - Class in io.zeebe.containers.engine
-
Collection of factories which create
ContainerEngineinstances based on either containers (ZeebeContainer) or clusters (ZeebeCluster). - createDefault() - Static method in interface io.zeebe.containers.engine.ContainerEngine
-
Creates a
ContainerEnginewith a defaultZeebeContainer, 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
DebugReceiverinstance 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).
All Classes and Interfaces|All Packages