@Target(value={FIELD,METHOD,PARAMETER,TYPE}) @Retention(value=RUNTIME) @Inherited public @interface Callback
Modifier and Type | Optional Element and Description |
---|---|
String |
callbackUrlExpression
an absolute URL which defines the destination which will be called with the supplied operation definition
|
String |
name
the friendly name used to refer to this callback
|
Operation[] |
operation
the operation that will be executed on callback
|
public abstract String name
public abstract String callbackUrlExpression
public abstract Operation[] operation
Copyright © 2017. All rights reserved.