package impl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AnySupport extends AnyRef
- class CloudStateAnnotation extends Annotation with Annotation with ClassfileAnnotation
- class EntityDiscoveryImpl extends EntityDiscovery
- trait ResolvedEntityFactory extends AnyRef
- final case class ResolvedServiceCall(ref: ServiceCallRef[_], message: Any) extends ServiceCall with Product with Serializable
- class ResolvedServiceCallFactory extends ServiceCallFactory
-
final
case class
ResolvedServiceMethod[I, O](descriptor: MethodDescriptor, inputType: ResolvedType[I], outputType: ResolvedType[O]) extends ServiceCallRef[I] with Product with Serializable
A resolved service method.
-
trait
ResolvedType[T] extends AnyRef
A resolved type
- final case class SerializationException(msg: String, cause: Throwable = null) extends RuntimeException with Product with Serializable
- class StatelessFunctionImpl extends StatelessFunction
Value Members
- object AnySupport
- object FailInvoked extends Throwable with NoStackTrace