Class ResponseHandler

java.lang.Object
dev.botcity.maestro_sdk.util.ResponseHandler

public class ResponseHandler extends Object
  • Constructor Details

    • ResponseHandler

      public ResponseHandler()
  • Method Details

    • respSuccess

      public static ResponseData respSuccess(String message, org.springframework.http.HttpStatus status, Object... content)
    • respException

      public static ResponseData respException(String message, org.springframework.http.HttpStatus status)