Interface ServiceDeploymentQuery

All Superinterfaces:
Query<ServiceDeploymentQuery,ServiceDeployment>
All Known Implementing Classes:
ServiceDeploymentQueryImpl

public interface ServiceDeploymentQuery extends Query<ServiceDeploymentQuery,ServiceDeployment>
Allows programmatic querying of ServiceDeployments. Note that it is impossible to retrieve the deployment resources through the results of this operation, since that would cause a huge transfer of (possibly) unneeded bytes over the wire. To retrieve the actual bytes of a deployment resource use the operations on the ServiceRegistryRepositoryService.getDeploymentResourceNames(String) and ServiceRegistryRepositoryService.getResourceAsStream(String, String)
Author:
Tijs Rademakers