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

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

There is a newer version: 0.6.0
Show newest version
package io.cloudstate.javasupport;

/**
 * Root context for all contexts that pertain to entities, that is, things that are addressable via
 * an entity id.
 */
public interface EntityContext extends Context {

  /**
   * The id of the entity that this context is for.
   *
   * @return The entity id.
   */
  String entityId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy