Class ByProcessInstanceIdContainerLocator

  • All Implemented Interfaces:
    org.kie.server.services.api.ContainerLocator

    public class ByProcessInstanceIdContainerLocator
    extends ProcessContainerLocator
    Locates container id for given process instance id. To improve performance the operation of locating the container id is done only once and stored as part of the instance of this class so in case of multiple method calls will require it single instance of this class should be used to avoid too many look ups.