Package io.camunda.service
Class ResourceServices
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Field Summary
Fields inherited from class io.camunda.service.ApiServices
authentication, brokerClient, searchClient, transformers -
Constructor Summary
ConstructorsConstructorDescriptionResourceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication) -
Method Summary
Modifier and TypeMethodDescriptiondeployResources(ResourceServices.DeployResourcesRequest deployResourcesRequest) withAuthentication(Authentication authentication) Methods inherited from class io.camunda.service.ApiServices
getDocumentOrEmpty, sendBrokerRequest, sendBrokerRequestWithFullResponse, withAuthentication
-
Constructor Details
-
ResourceServices
public ResourceServices(BrokerClient brokerClient, CamundaSearchClient searchClient, ServiceTransformers transformers, Authentication authentication)
-
-
Method Details
-
withAuthentication
- Specified by:
withAuthenticationin classApiServices<ResourceServices>
-
deployResources
public CompletableFuture<DeploymentRecord> deployResources(ResourceServices.DeployResourcesRequest deployResourcesRequest) -
deleteResource
public CompletableFuture<ResourceDeletionRecord> deleteResource(ResourceServices.ResourceDeletionRequest request)
-