Package com.rnett.krosstalk
Contains the default values for annotations, and the special parameter keys for endpoints (i.e. extensionReceiver).
Also has the base KrosstalkException and the KrosstalkPluginApi annotation.
Types
Link copied to clipboard
Marks an API as an internal Krosstalk API, that shouldn't be used.
Link copied to clipboard
abstract class KrosstalkException @InternalKrosstalkApi constructor(message: String, cause: Throwable?) : RuntimeException
Content copied to clipboard
Link copied to clipboard
Marks an API that is intended to be used with implementing new clients or servers, and shouldn't be used otherwise.