@Retention(value=RUNTIME) @Target(value=java.lang.annotation.ElementType.METHOD) public @interface EventCallback
Modifier and Type | Required Element and Description |
---|---|
EventCBType[] |
callType |
Modifier and Type | Optional Element and Description |
---|---|
String |
deviceName |
String |
subscriptionName |
public abstract EventCBType[] callType
public abstract String deviceName
public abstract String subscriptionName