Target

class Target

Represents an invocation target.

Properties

Link copied to clipboard
Link copied to clipboard
@Nullable
@get:Nullable
val key: @Nullable String
Link copied to clipboard
@Nullable
@get:ApiStatus.Experimental
@get:Nullable
val scope: @Nullable String
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
@ApiStatus.Experimental
open fun scoped(scope: String): Target
PREVIEW: Returns a new Target routed within the given scope.
Link copied to clipboard
open fun service(name: String, handler: String): Target

@ApiStatus.Experimental
open fun service(scope: String, name: String, handler: String): Target
PREVIEW.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun virtualObject(name: String, key: String, handler: String): Target

@ApiStatus.Experimental
open fun virtualObject(scope: String, name: String, key: String, handler: String): Target
PREVIEW.
Link copied to clipboard
open fun workflow(name: String, key: String, handler: String): Target

@ApiStatus.Experimental
open fun workflow(scope: String, name: String, key: String, handler: String): Target
PREVIEW.