All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cloudstate.javasupport.Context Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
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