Class MessagePackContext

java.lang.Object
org.camunda.feel.context.CustomContext
io.camunda.zeebe.feel.impl.MessagePackContext
All Implemented Interfaces:
org.camunda.feel.context.Context

public class MessagePackContext extends org.camunda.feel.context.CustomContext
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.camunda.feel.context.Context

    org.camunda.feel.context.Context.CacheContext, org.camunda.feel.context.Context.CacheContext$, org.camunda.feel.context.Context.EmptyContext$, org.camunda.feel.context.Context.StaticContext, org.camunda.feel.context.Context.StaticContext$
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.agrona.DirectBuffer
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MessagePackContext(MsgPackReader reader, int bufferOffset, int size)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.camunda.feel.context.VariableProvider
     

    Methods inherited from class org.camunda.feel.context.CustomContext

    functionProvider

    Methods inherited from class java.lang.Object

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

    • messagePackMap

      public final org.agrona.DirectBuffer messagePackMap
  • Constructor Details

    • MessagePackContext

      public MessagePackContext(MsgPackReader reader, int bufferOffset, int size)
  • Method Details

    • variableProvider

      public org.camunda.feel.context.VariableProvider variableProvider()
      Specified by:
      variableProvider in interface org.camunda.feel.context.Context
      Overrides:
      variableProvider in class org.camunda.feel.context.CustomContext