All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bazaarvoice.emodb.databus.model.OwnedSubscription Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.databus.model;

import com.bazaarvoice.emodb.databus.api.Subscription;

/**
 * Extension of {@link Subscription} that includes ownership information not part of the public API that are required
 * for proper maintenance and evaluation.
 */
public interface OwnedSubscription extends Subscription {

    String getOwnerId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy