Uses of Class
io.camunda.zeebe.gateway.impl.broker.request.BrokerSetVariablesRequest
Packages that use BrokerSetVariablesRequest
-
Uses of BrokerSetVariablesRequest in io.camunda.zeebe.gateway
Methods in io.camunda.zeebe.gateway that return BrokerSetVariablesRequestModifier and TypeMethodDescriptionstatic BrokerSetVariablesRequestRequestMapper.toSetVariablesRequest(GatewayOuterClass.SetVariablesRequest grpcRequest) -
Uses of BrokerSetVariablesRequest in io.camunda.zeebe.gateway.impl.broker.request
Methods in io.camunda.zeebe.gateway.impl.broker.request that return BrokerSetVariablesRequestModifier and TypeMethodDescriptionBrokerSetVariablesRequest.setElementInstanceKey(long elementInstanceKey) BrokerSetVariablesRequest.setLocal(boolean local) BrokerSetVariablesRequest.setVariables(org.agrona.DirectBuffer variables)