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

io.sphere.sdk.queries.NoOpSubscription Maven / Gradle / Ivy

package io.sphere.sdk.queries;

import io.sphere.sdk.models.Base;

class NoOpSubscription extends Base implements SubscriptionsState {
    @Override
    public void cancel() {

    }

    @Override
    public void request(final long n) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy