Name

Name of the service/handler for Restate.

When not provided for a service, it will be the simple class name of the annotated element. When not provided for a handler, it will be the annotated method name.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun value(): String