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

com.dell.cpsd.rcm.evaluation.client.callback.ISystemRcmEvaluationCallback Maven / Gradle / Ivy

Go to download

This repository contains the source code for the rcm evaluation service API. Use this repository to share contracts between services so you can create POJOs using defined JSON schemas and to create message transformers for the RCM evaluation service.

The newest version!
/**
 * Copyright © 2017 Dell Inc. or its subsidiaries.  All Rights Reserved.
 * Dell EMC Confidential/Proprietary Information
 */

package com.dell.cpsd.rcm.evaluation.client.callback;

import com.dell.cpsd.service.common.client.callback.IServiceCallback;

/**
 * This interface should be implemented by any class that acts as a callback
 * for the service requests.
 *
 * 

* Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved. * Dell EMC Confidential/Proprietary Information *

* * @version 1.0 * * @since SINCE-TBD */ public interface ISystemRcmEvaluationCallback extends IServiceCallback { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy