Uses of Class
io.zeebe.engine.processing.message.command.BooleanType
-
Packages that use BooleanType Package Description io.zeebe.engine.processing.message.command Zeebe Subscription Protocol -
-
Uses of BooleanType in io.zeebe.engine.processing.message.command
Methods in io.zeebe.engine.processing.message.command that return BooleanType Modifier and Type Method Description BooleanTypeOpenMessageSubscriptionDecoder. closeOnCorrelate()BooleanTypeOpenWorkflowInstanceSubscriptionDecoder. closeOnCorrelate()static BooleanTypeBooleanType. get(short value)static BooleanTypeBooleanType. valueOf(String name)Returns 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.zeebe.engine.processing.message.command with parameters of type BooleanType Modifier and Type Method Description OpenMessageSubscriptionEncoderOpenMessageSubscriptionEncoder. closeOnCorrelate(BooleanType value)OpenWorkflowInstanceSubscriptionEncoderOpenWorkflowInstanceSubscriptionEncoder. closeOnCorrelate(BooleanType value)
-