RpcMethod

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class RpcMethod(val endpoint: String = "")

Properties

Link copied to clipboard

Path component for the URL used for this method. Must not contain '/'.