package javasupport
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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.
- final class CloudState extends AnyRef
-
final
class
CloudStateRunner extends AnyRef
Current Java API: public static class UserFunction { public static void main(String[] args) { new CloudState(new StatefulService(…)).run(); } }
-
trait
Context extends AnyRef
Root class of all contexts.
-
trait
EffectContext extends Context
A context that allows instructing the proxy to perform a side effect.
-
trait
EntityContext extends Context
Root context for all contexts that pertain to entities, that is, things that are addressable via an entity id.
- class EntityId extends Annotation with Annotation with ClassfileAnnotation
- class Jsonable extends Annotation with Annotation with ClassfileAnnotation
- trait ServiceCall extends AnyRef
- trait ServiceCallFactory extends AnyRef
- trait ServiceCallRef[T] extends AnyRef
- trait StatefulService extends AnyRef
Value Members
-
object
BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object CloudStateRunner