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

com.eventstore.dbclient.DeletePersistentSubscriptionOptions Maven / Gradle / Ivy

package com.eventstore.dbclient;

public class DeletePersistentSubscriptionOptions extends OptionsBase {
    private DeletePersistentSubscriptionOptions() {
    }

    public static DeletePersistentSubscriptionOptions get() {
        return new DeletePersistentSubscriptionOptions();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy