http-rpc-api / net.corda.v5.httprpc.api.annotations / HttpRpcResource / path

path

val path: String

The endpoint path of the resource. All exposed functions of the annotated class will have their path prepended with this. Defaults to the class name.

Property

path - The endpoint path of the resource. All exposed functions of the annotated class will have their path prepended with this. Defaults to the class name.