All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.dustlight.flow.zeebe.entities.ZeebeInstanceError Maven / Gradle / Ivy

package cn.dustlight.flow.zeebe.entities;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import cn.dustlight.flow.core.flow.instance.InstanceError;

@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
public class ZeebeInstanceError implements InstanceError {

    private String message, type;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy