Packages

p

io.cloudstate

javasupport

package javasupport

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ClientActionContext extends Context

    Context that provides client actions, which include failing and forwarding.

    Context that provides client actions, which include failing and forwarding.

    These contexts are typically made available in response to commands.

  2. final class CloudState extends AnyRef
  3. final class CloudStateRunner extends AnyRef

    Current Java API: public static class UserFunction { public static void main(String[] args) { new CloudState(new StatefulService(…)).run(); } }

  4. trait Context extends AnyRef

    Root class of all contexts.

  5. trait EffectContext extends Context

    A context that allows instructing the proxy to perform a side effect.

  6. trait EntityContext extends Context

    Root context for all contexts that pertain to entities, that is, things that are addressable via an entity id.

  7. class EntityId extends Annotation with Annotation with ClassfileAnnotation
  8. class Jsonable extends Annotation with Annotation with ClassfileAnnotation
  9. trait ServiceCall extends AnyRef
  10. trait ServiceCallFactory extends AnyRef
  11. trait ServiceCallRef[T] extends AnyRef
  12. trait StatefulService extends AnyRef

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object CloudStateRunner

Ungrouped