Package dev.restate.sdk.annotation
Annotation Interface Exclusive
Defines a method as an exclusive handler, as opposed to
Shared
handlers. It can be used
only on methods of VirtualObject
. This implies the annotation Handler
.