io.cloudstate.javasupport.Context Maven / Gradle / Ivy
package io.cloudstate.javasupport;
/** Root class of all contexts. */
public interface Context {
/** Get the service call factory for this stateful service. */
ServiceCallFactory serviceCallFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy