com.dell.cpsd.hdp.capability.registry.client.callback.ILookupCapabilityRegistryCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hdp-capability-registry-client Show documentation
Show all versions of hdp-capability-registry-client Show documentation
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.
/**
* 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