HubSubscriberTransaction¶
-
public class
HubSubscriberTransactionimplements java.io.Serializable¶ Stores the transaction in which the hub distributes the content to its subscribers.
Constructors¶
HubSubscriberTransaction¶
-
public
HubSubscriberTransaction()¶ Creates a new instance of
HubSubscriberTransaction, with all fields set to null.
HubSubscriberTransaction¶
-
public
HubSubscriberTransaction(Integer hubDistributionStatusId, Integer hubSubscriptionId, Integer contentId)¶ Creates a new instance of
HubSubscriberTransaction, with all fields set to the values specified in the parameters.Parameters: - hubDistributionStatusId – the id of distribution status
- hubSubscriptionId – the id of subscription
- contentId – the id of content