Class IntegerValue

java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.IntegerValue
All Implemented Interfaces:
Recyclable

public final class IntegerValue extends BaseValue
  • Constructor Details

    • IntegerValue

      public IntegerValue()
    • IntegerValue

      public IntegerValue(int initialValue)
  • Method Details