CreateSubscriptionOptions.setForwardTo(String forwardTo) Method
Definition
Set the forwardTo property: The name of the recipient entity to which all the messages sent to the subscription are forwarded to.
public CreateSubscriptionOptions setForwardTo(String forwardTo)
Parameters
- forwardTo
- java.lang.String
the forwardTo value to set.
Returns
the CreateSubscriptionOptions object itself.