Class BooleanValue

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

public final class BooleanValue extends BaseValue
  • Constructor Details

    • BooleanValue

      public BooleanValue()
    • BooleanValue

      public BooleanValue(boolean initialValue)
  • Method Details