Uses of Class
io.camunda.zeebe.gateway.protocol.rest.MessagePublicationRequest
Packages that use MessagePublicationRequest
Package
Description
-
Uses of MessagePublicationRequest in io.camunda.zeebe.gateway.protocol.rest
Methods in io.camunda.zeebe.gateway.protocol.rest that return MessagePublicationRequestModifier and TypeMethodDescriptionMessagePublicationRequest.correlationKey(String correlationKey) MessagePublicationRequest.putVariablesItem(String key, Object variablesItem) MessagePublicationRequest.timeToLive(Long timeToLive) -
Uses of MessagePublicationRequest in io.camunda.zeebe.gateway.rest
Methods in io.camunda.zeebe.gateway.rest with parameters of type MessagePublicationRequestModifier and TypeMethodDescriptionstatic Either<org.springframework.http.ProblemDetail, MessageServices.PublicationMessageRequest> RequestMapper.toMessagePublicationRequest(MessagePublicationRequest messagePublicationRequest, boolean multiTenancyEnabled) -
Uses of MessagePublicationRequest in io.camunda.zeebe.gateway.rest.controller
Methods in io.camunda.zeebe.gateway.rest.controller with parameters of type MessagePublicationRequestModifier and TypeMethodDescriptionCompletableFuture<org.springframework.http.ResponseEntity<Object>> MessageController.publishMessage(MessagePublicationRequest publicationRequest) -
Uses of MessagePublicationRequest in io.camunda.zeebe.gateway.rest.validator
Methods in io.camunda.zeebe.gateway.rest.validator with parameters of type MessagePublicationRequestModifier and TypeMethodDescriptionstatic Optional<org.springframework.http.ProblemDetail> MessageRequestValidator.validateMessagePublicationRequest(MessagePublicationRequest publicationRequest)