
edu.stanford.protege.webprotege.gateway.Messenger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webprotege-gwt-api-gateway Show documentation
Show all versions of webprotege-gwt-api-gateway Show documentation
The API Gateway for the WebProtégé GWT User Interface
The newest version!
package edu.stanford.protege.webprotege.gateway;
import edu.stanford.protege.webprotege.common.UserId;
import java.util.concurrent.CompletableFuture;
/**
* Matthew Horridge
* Stanford Center for Biomedical Informatics Research
* 2022-03-28
*/
public interface Messenger {
CompletableFuture sendAndReceive(RpcRequest request, String accessToken, byte[] payload, UserId userId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy