case class ProcedureSignature(name: String, paramMetadata: List[ProcedureRPCFramework.ParamMetadata[_]], annotations: List[MetadataAnnotation]) extends Signature with TypedMetadata[Unit] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProcedureSignature
- Serializable
- Serializable
- Product
- Equals
- TypedMetadata
- Signature
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProcedureSignature(name: String, paramMetadata: List[ProcedureRPCFramework.ParamMetadata[_]], annotations: List[MetadataAnnotation])
Value Members
-
val
annotations: List[MetadataAnnotation]
- Definition Classes
- ProcedureSignature → Signature
-
val
name: String
- Definition Classes
- ProcedureSignature → Signature
-
val
paramMetadata: List[ProcedureRPCFramework.ParamMetadata[_]]
- Definition Classes
- ProcedureSignature → Signature