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

    Constructors
    Constructor
    Description
    Deprecated, 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 Type
    Method
    Description
    Deprecated, 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.Logger
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setLogger(org.slf4j.Logger logger)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MockContext

      public MockContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MockContext

      public MockContext(org.slf4j.Logger logger, Configuration configuration)
      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.
      Specified by:
      getLogger in interface Context
    • setLogger

      public void setLogger(org.slf4j.Logger logger)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getConfiguration

      public Configuration getConfiguration()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getConfiguration in interface Context
    • setConfiguration

      public void setConfiguration(Configuration configuration)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getFilter

      public Context.RecordFilter getFilter()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setFilter

      public void setFilter(Context.RecordFilter filter)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setFilter in interface Context