RemoteAPI metadata question

Hi all/@robert.novotny ,
I’ve a question about the remote api interface, in the example (and I usually do the same),
the remote interface is defined in this way

@Rpc
interface RemoteService: RemoteApi<Unit> {
   // your function
}

and Unit represent the Metadata, do you have any example/scenario on when and why the metadata should be different from Unit?

Regadrs,
Mirko

So far this part of the framework is not used and we do not have plans for this. If it bothers you, kindly let us know)

We are trying to expose only a reasonable amount of features the framework offers to avoid overcomplicating things, so not all of its capabilities are in use, yet they are visible.

Hi,
thanks for the answer, not really, I was just curious about it.

Mirko