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

com.dell.cpsd.hdp.capability.registry.client.callback.ILookupCapabilityRegistryCallback Maven / Gradle / Ivy

Go to download

This repository contains the source code for the capability registry API. This API exposes the interface through which a consumer or provider interacts with the capability registry.

There is a newer version: 1.1.0
Show newest version
/**
 * Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.
 * Dell EMC Confidential/Proprietary Information
 */

package com.dell.cpsd.hdp.capability.registry.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 *

* * @since 1.0 */ public interface ILookupCapabilityRegistryCallback extends IServiceCallback { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy