Uses of Class
io.zeebe.protocol.record.RejectionType
-
Packages that use RejectionType Package Description io.zeebe.protocol.record Zeebe Protocol -
-
Uses of RejectionType in io.zeebe.protocol.record
Methods in io.zeebe.protocol.record that return RejectionType Modifier and Type Method Description static RejectionTypeRejectionType. get(short value)Lookup the enum value representing the value.RejectionTypeRecord. getRejectionType()RejectionTypeExecuteCommandResponseDecoder. rejectionType()RejectionTypeRecordMetadataDecoder. rejectionType()static RejectionTypeRejectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RejectionType[]RejectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.zeebe.protocol.record with parameters of type RejectionType Modifier and Type Method Description ExecuteCommandResponseEncoderExecuteCommandResponseEncoder. rejectionType(RejectionType value)RecordMetadataEncoderRecordMetadataEncoder. rejectionType(RejectionType value)
-