Package io.camunda.zeebe.test.exporter
Class MockContext
java.lang.Object
io.camunda.zeebe.test.exporter.MockContext
- All Implemented Interfaces:
Context
@Deprecated(since="1.3.0",
forRemoval=true)
public class MockContext
extends Object
implements Context
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.0. See issue 8143 for more information.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.exporter.api.context.Context
Context.RecordFilter -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.MockContext(org.slf4j.Logger logger, Configuration configuration) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.org.slf4j.LoggerDeprecated, for removal: This API element is subject to removal in a future version.voidsetConfiguration(Configuration configuration) Deprecated, for removal: This API element is subject to removal in a future version.voidsetFilter(Context.RecordFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.voidsetLogger(org.slf4j.Logger logger) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
MockContext
public MockContext()Deprecated, for removal: This API element is subject to removal in a future version. -
MockContext
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getLogger
public org.slf4j.Logger getLogger()Deprecated, for removal: This API element is subject to removal in a future version. -
setLogger
public void setLogger(org.slf4j.Logger logger) Deprecated, for removal: This API element is subject to removal in a future version. -
getConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConfigurationin interfaceContext
-
setConfiguration
Deprecated, for removal: This API element is subject to removal in a future version. -
getFilter
Deprecated, for removal: This API element is subject to removal in a future version. -
setFilter
Deprecated, for removal: This API element is subject to removal in a future version.
-