com.bea.control
Annotation Type SubscriptionControl.SubscriptionCallback


@Retention(value=RUNTIME)
public static @interface SubscriptionControl.SubscriptionCallback

Defines callback attributes for the Subscription Control


Optional Element Summary
 String body
          The name of a parameter in the callback method that receives the body from the message that triggered the subscription.
 String metadata
          The name of a parameter in the callback method that receives the metadata from the message that triggered the subscription.
 

metadata

public abstract String metadata
The name of a parameter in the callback method that receives the metadata from the message that triggered the subscription.

Default:
""

body

public abstract String body
The name of a parameter in the callback method that receives the body from the message that triggered the subscription.

Default:
""