Package io.camunda.zeebe.test.exporter
Class MockController
java.lang.Object
io.camunda.zeebe.test.exporter.MockController
- All Implemented Interfaces:
Controller
@Deprecated(since="1.3.0",
forRemoval=true)
public class MockController
extends Object
implements Controller
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.0. See issue 8143 for more information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionlongDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidrunScheduledTasks(Duration elapsed) Deprecated, for removal: This API element is subject to removal in a future version.Will run all tasks scheduled since the last time this was executed + the given duration.scheduleCancellableTask(Duration delay, Runnable task) Deprecated, for removal: This API element is subject to removal in a future version.voidupdateLastExportedRecordPosition(long position) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
UNKNOWN_POSITION
public static final long UNKNOWN_POSITIONDeprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
MockController
public MockController()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
updateLastExportedRecordPosition
public void updateLastExportedRecordPosition(long position) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
updateLastExportedRecordPositionin interfaceController
-
scheduleCancellableTask
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
scheduleCancellableTaskin interfaceController
-
resetScheduler
public void resetScheduler()Deprecated, for removal: This API element is subject to removal in a future version. -
getScheduledTasks
Deprecated, for removal: This API element is subject to removal in a future version. -
getPosition
public long getPosition()Deprecated, for removal: This API element is subject to removal in a future version. -
runScheduledTasks
Deprecated, for removal: This API element is subject to removal in a future version.Will run all tasks scheduled since the last time this was executed + the given duration.- Parameters:
elapsed- upper bound of tasks delay
-