Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- after() - Method in class io.camunda.zeebe.test.ClientRule
-
Deprecated.
- after() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- after() - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.
- after() - Method in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- apply(Statement, Description) - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- apply(Statement, Description) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.
- apply(Statement, Description) - Method in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- assertThat(ProcessInstanceEvent) - Static method in class io.camunda.zeebe.test.ProcessInstanceAssert
-
Deprecated.
- assertThat(ProcessInstanceEvent) - Static method in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- assignSocketAddresses(BrokerCfg) - Static method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- awaitProcessCompletion(long) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Blocks and wait until the process identified by the key has been completed.
B
- before() - Method in class io.camunda.zeebe.test.ClientRule
-
Deprecated.
- before() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- before() - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.
- before() - Method in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
C
- cancel() - Method in class io.camunda.zeebe.test.exporter.MockScheduledTask
-
Deprecated.
- client - Variable in class io.camunda.zeebe.test.ClientRule
-
Deprecated.
- ClientRule - Class in io.camunda.zeebe.test
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- ClientRule() - Constructor for class io.camunda.zeebe.test.ClientRule
-
Deprecated.
- ClientRule(Supplier<Properties>) - Constructor for class io.camunda.zeebe.test.ClientRule
-
Deprecated.
- clone() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- clone() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- close() - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Closes the exporter
- configSupplier - Variable in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- configure(InputStream) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Configures the broker to add whatever exporters are defined in the yaml represented by the input stream.
- configure(String) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Will configure the exporter with a default empty configuration, an empty arguments map, but the correct given ID.
- configure(String, File) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Convenience method for
ExporterTestHarness.configure(String, InputStream)which will transform the file into anInputStream. - configure(String, InputStream) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Will configure the exporter with the given ID, and parse the input as if it were a partial YAML document; this would allow one to test sample configuration and make sure they're parsed as expected.
- configure(String, Class<E>, Map<String, Object>) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Configures the broker to use the given exporter.
- configure(String, Class<E>, T) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Configures the broker to use the given exporter.
- configure(String, T) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Convenience method which will substitute a prepared configuration instance such that it is always returned by a call to
Configuration.instantiate(Class) - configureBroker(BrokerCfg) - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- createClient() - Method in class io.camunda.zeebe.test.ClientRule
-
Deprecated.
- createJobWorker(String, JobHandler) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Creates a new job worker that will handle jobs of type .
- createProcessInstance(String, Map<String, Object>) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Creates a process instance for the given process ID, with the given variables.
D
- DEFAULT_CONFIG_FILE - Static variable in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- DEFAULT_TIMEOUT - Static variable in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- deployProcess(BpmnModelInstance, String) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Deploys the given process to the broker.
- destroyClient() - Method in class io.camunda.zeebe.test.ClientRule
-
Deprecated.
E
- EmbeddedBrokerRule - Class in io.camunda.zeebe.test
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- EmbeddedBrokerRule(String, Consumer<BrokerCfg>...) - Constructor for class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- EmbeddedBrokerRule(Consumer<BrokerCfg>...) - Constructor for class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- EmbeddedBrokerRule(Supplier<InputStream>, int, Consumer<BrokerCfg>...) - Constructor for class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- EmbeddedBrokerRule(Supplier<InputStream>, Duration, Consumer<BrokerCfg>...) - Constructor for class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- equals(Object) - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- equals(Object) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- export() - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Exports a single default record.
- export(int) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness.Stream
-
Deprecated.Short-circuiting method; will export exactly records from this stream to the exporter.
- export(MockRecord) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Exports the given record, updating the latest position to the position of the record.
- export(Consumer<MockRecord>) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Will export a mock record to the exporter; the is called right before, providing a means of modifying the record before.
- ExporterIntegrationRule - Class in io.camunda.zeebe.test.exporter
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- ExporterIntegrationRule() - Constructor for class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.
- ExporterMappedObject - Class in io.camunda.zeebe.test.exporter.record
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- ExporterMappedObject() - Constructor for class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
-
Deprecated.
- ExporterTestHarness - Class in io.camunda.zeebe.test.exporter
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- ExporterTestHarness(Exporter) - Constructor for class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.
- ExporterTestHarness.Stream - Class in io.camunda.zeebe.test.exporter
-
Deprecated.
G
- generate() - Static method in class io.camunda.zeebe.test.exporter.record.MockRecordStream
-
Deprecated.
- generate(MockRecord) - Static method in class io.camunda.zeebe.test.exporter.record.MockRecordStream
-
Deprecated.
- getArguments() - Method in class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- getBrokerCfg() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- getBrokerCfg() - Method in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- getBrokerClock() - Method in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- getBrokerConfig() - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Returns the current broker configuration.
- getBrokerVersion() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getBrokerVersion() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- getClient() - Method in class io.camunda.zeebe.test.ClientRule
-
Deprecated.
- getClient() - Method in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- getClock() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- getConfiguration() - Method in class io.camunda.zeebe.test.exporter.MockContext
-
Deprecated.
- getConfiguredExporters() - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.
- getContext() - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.
- getController() - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.
- getDelay() - Method in class io.camunda.zeebe.test.exporter.MockScheduledTask
-
Deprecated.
- getExporterConfiguration(String, Class<T>) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Returns an instance of the configuration class for the given exporter.
- getFilter() - Method in class io.camunda.zeebe.test.exporter.MockContext
-
Deprecated.
- getGatewayAddress() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- getId() - Method in class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- getIntent() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getIntent() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- getKey() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getLastUpdatedPosition() - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Returns the last position as reported by the exporter through
Controller.updateLastExportedRecordPosition(long) - getLogger() - Method in class io.camunda.zeebe.test.exporter.MockContext
-
Deprecated.
- getMetadata() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getPartitionId() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getPartitionId() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- getPosition() - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Returns the last exported record's position; note that this is not the last updated record position, as updated by the exporter, but simply the position of that last record handed off to the exporter via
Exporter.export(Record). - getPosition() - Method in class io.camunda.zeebe.test.exporter.MockController
-
Deprecated.
- getPosition() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getRecordType() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getRecordType() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- getRejectionReason() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getRejectionReason() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- getRejectionType() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getRejectionType() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- getScheduledTasks() - Method in class io.camunda.zeebe.test.exporter.MockController
-
Deprecated.
- getSourceRecordPosition() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getTask() - Method in class io.camunda.zeebe.test.exporter.MockScheduledTask
-
Deprecated.
- getTimestamp() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getValue() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getValueType() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- getValueType() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- getVariables() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordValueWithVariables
-
Deprecated.
H
- hasCompleted(String...) - Method in class io.camunda.zeebe.test.ProcessInstanceAssert
-
Deprecated.
- hasConfiguredExporters() - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.
- hasEntered(String...) - Method in class io.camunda.zeebe.test.ProcessInstanceAssert
-
Deprecated.
- hashCode() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- hashCode() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- hasPassed(String...) - Method in class io.camunda.zeebe.test.ProcessInstanceAssert
-
Deprecated.
- hasVariable(String, Object) - Method in class io.camunda.zeebe.test.ProcessInstanceAssert
-
Deprecated.
I
- instantiate(Class<R>) - Method in class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- io.camunda.zeebe.test - package io.camunda.zeebe.test
- io.camunda.zeebe.test.exporter - package io.camunda.zeebe.test.exporter
- io.camunda.zeebe.test.exporter.record - package io.camunda.zeebe.test.exporter.record
- isCanceled() - Method in class io.camunda.zeebe.test.exporter.MockScheduledTask
-
Deprecated.
- isEnded() - Method in class io.camunda.zeebe.test.ProcessInstanceAssert
-
Deprecated.
L
- LOG - Static variable in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
M
- MockConfiguration<T> - Class in io.camunda.zeebe.test.exporter
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- MockConfiguration() - Constructor for class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- MockConfiguration(String, Map<String, Object>) - Constructor for class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- MockConfiguration(String, Map<String, Object>, T) - Constructor for class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- MockConfiguration(T) - Constructor for class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- MockContext - Class in io.camunda.zeebe.test.exporter
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- MockContext() - Constructor for class io.camunda.zeebe.test.exporter.MockContext
-
Deprecated.
- MockContext(Logger, Configuration) - Constructor for class io.camunda.zeebe.test.exporter.MockContext
-
Deprecated.
- MockController - Class in io.camunda.zeebe.test.exporter
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- MockController() - Constructor for class io.camunda.zeebe.test.exporter.MockController
-
Deprecated.
- MockRecord - Class in io.camunda.zeebe.test.exporter.record
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- MockRecord() - Constructor for class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- MockRecord(long, long, long, long, MockRecordMetadata, MockRecordValueWithVariables) - Constructor for class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- MockRecordMetadata - Class in io.camunda.zeebe.test.exporter.record
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- MockRecordMetadata() - Constructor for class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- MockRecordMetadata(Intent, int, RecordType, RejectionType, String, ValueType) - Constructor for class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- MockRecordStream - Class in io.camunda.zeebe.test.exporter.record
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- MockRecordStream(Stream<MockRecord>) - Constructor for class io.camunda.zeebe.test.exporter.record.MockRecordStream
-
Deprecated.
- MockRecordValue - Class in io.camunda.zeebe.test.exporter.record
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- MockRecordValue() - Constructor for class io.camunda.zeebe.test.exporter.record.MockRecordValue
-
Deprecated.
- MockRecordValueWithVariables - Class in io.camunda.zeebe.test.exporter.record
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- MockRecordValueWithVariables() - Constructor for class io.camunda.zeebe.test.exporter.record.MockRecordValueWithVariables
-
Deprecated.
- MockRecordValueWithVariables(Map<String, Object>) - Constructor for class io.camunda.zeebe.test.exporter.record.MockRecordValueWithVariables
-
Deprecated.
- MockScheduledTask - Class in io.camunda.zeebe.test.exporter
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
O
- OBJECT_MAPPER - Static variable in class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
-
Deprecated.
- open() - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Resets scheduled tasks and opens the exporter.
P
- performSampleWorkload() - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Runs a sample workload on the broker, exporting several records of different types.
- printProcessInstanceEvents(long) - Method in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- ProcessInstanceAssert - Class in io.camunda.zeebe.test
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- ProcessInstanceAssert(ProcessInstanceEvent) - Constructor for class io.camunda.zeebe.test.ProcessInstanceAssert
-
Deprecated.
- properties - Variable in class io.camunda.zeebe.test.ClientRule
-
Deprecated.
- publishMessage(String, String) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Publishes a new message to the broker.
- purgeSnapshots() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
R
- recordingExporterTestWatcher - Variable in class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- resetScheduler() - Method in class io.camunda.zeebe.test.exporter.MockController
-
Deprecated.
- restartBroker() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- run() - Method in class io.camunda.zeebe.test.exporter.MockScheduledTask
-
Deprecated.
- runScheduledTasks(Duration) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Runs all scheduled tasks which should be expired if time has passed since the last time this was called.
- runScheduledTasks(Duration) - Method in class io.camunda.zeebe.test.exporter.MockController
-
Deprecated.Will run all tasks scheduled since the last time this was executed + the given duration.
S
- SAMPLE_PROCESS - Static variable in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.
- scheduleCancellableTask(Duration, Runnable) - Method in class io.camunda.zeebe.test.exporter.MockController
-
Deprecated.
- setArguments(Map<String, Object>) - Method in class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- setBrokerVersion(String) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- setConfiguration(Configuration) - Method in class io.camunda.zeebe.test.exporter.MockContext
-
Deprecated.
- setConfiguration(T) - Method in class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.Sets a fixed return value for
MockConfiguration.instantiate(Class) - setDelay(Duration) - Method in class io.camunda.zeebe.test.exporter.MockScheduledTask
-
Deprecated.
- setFilter(Context.RecordFilter) - Method in class io.camunda.zeebe.test.exporter.MockContext
-
Deprecated.
- setId(String) - Method in class io.camunda.zeebe.test.exporter.MockConfiguration
-
Deprecated.
- setIntent(Intent) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- setJson(Object) - Method in class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
-
Deprecated.
- setJson(String) - Method in class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
-
Deprecated.
- setKey(long) - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- setLogger(Logger) - Method in class io.camunda.zeebe.test.exporter.MockContext
-
Deprecated.
- setMetadata(MockRecordMetadata) - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- setPartitionId(int) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- setPosition(long) - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- setRecordType(RecordType) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- setRejectionReason(String) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- setRejectionType(RejectionType) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- setSourceRecordPosition(long) - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- setTask(Runnable) - Method in class io.camunda.zeebe.test.exporter.MockScheduledTask
-
Deprecated.
- setTimestamp(long) - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- setValue(MockRecordValueWithVariables) - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- setValueType(ValueType) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
- setVariables(Map<String, Object>) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordValueWithVariables
-
Deprecated.
- start() - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Starts the broker and the client.
- startBroker() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- startTime - Variable in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- stop() - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Stops the broker and destroys the client.
- stopBroker() - Method in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- stream() - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Streams a series of record.
- stream(MockRecord) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Streams a series of record based on the given seed.
- stream(Consumer<MockRecord>) - Method in class io.camunda.zeebe.test.exporter.ExporterTestHarness
-
Deprecated.Streams a series of record based on a default record, which the caller can modify before it used as a seed for the stream.
- Stream(Stream<MockRecord>) - Constructor for class io.camunda.zeebe.test.exporter.ExporterTestHarness.Stream
-
Deprecated.
- supply(Stream<MockRecord>) - Method in class io.camunda.zeebe.test.exporter.record.MockRecordStream
-
Deprecated.
T
- TEST_RECORD_EXPORTER_ID - Static variable in class io.camunda.zeebe.test.EmbeddedBrokerRule
-
Deprecated.
- toJson() - Method in class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
-
Deprecated.
- toString() - Method in class io.camunda.zeebe.test.exporter.record.MockRecord
-
Deprecated.
- toString() - Method in class io.camunda.zeebe.test.exporter.record.MockRecordMetadata
-
Deprecated.
U
- UNKNOWN_POSITION - Static variable in class io.camunda.zeebe.test.exporter.MockController
-
Deprecated.
- updateLastExportedRecordPosition(long) - Method in class io.camunda.zeebe.test.exporter.MockController
-
Deprecated.
V
- visitExportedRecords(Consumer<Record<?>>) - Method in class io.camunda.zeebe.test.exporter.ExporterIntegrationRule
-
Deprecated.Visits all exported records in the order they were exported.
W
- wasExecuted() - Method in class io.camunda.zeebe.test.exporter.MockScheduledTask
-
Deprecated.
Z
- ZeebeTestRule - Class in io.camunda.zeebe.test
-
Deprecated, for removal: This API element is subject to removal in a future version.since 1.3.0. See issue 8143 for more information.
- ZeebeTestRule() - Constructor for class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
- ZeebeTestRule(String, Supplier<Properties>) - Constructor for class io.camunda.zeebe.test.ZeebeTestRule
-
Deprecated.
All Classes and Interfaces|All Packages|Constant Field Values