Uses of Enum
io.camunda.zeebe.engine.processing.message.command.BooleanType
Packages that use BooleanType
-
Uses of BooleanType in io.camunda.zeebe.engine.processing.message.command
Methods in io.camunda.zeebe.engine.processing.message.command that return BooleanTypeModifier and TypeMethodDescriptionOpenMessageSubscriptionDecoder.closeOnCorrelate()OpenProcessMessageSubscriptionDecoder.closeOnCorrelate()static BooleanTypeBooleanType.get(short value) Lookup the enum value representing the value.static BooleanTypeReturns the enum constant of this type with the specified name.static BooleanType[]BooleanType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.zeebe.engine.processing.message.command with parameters of type BooleanTypeModifier and TypeMethodDescriptionOpenMessageSubscriptionEncoder.closeOnCorrelate(BooleanType value) OpenProcessMessageSubscriptionEncoder.closeOnCorrelate(BooleanType value)