package org.simantics.db.request; public interface Request { /* * The integer value obtained from this method can be used to determine * the evaluation thread of the request. * * @return A non-negative integer value * */ int threadHash(); }