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

com.palantir.atlasdb.timelock.api.UndertowDisabledNamespacesUpdaterService Maven / Gradle / Ivy

package com.palantir.atlasdb.timelock.api;

import com.google.common.util.concurrent.ListenableFuture;
import com.palantir.tokens.auth.AuthHeader;
import javax.annotation.Generated;

@Generated("com.palantir.conjure.java.services.UndertowServiceInterfaceGenerator")
public interface UndertowDisabledNamespacesUpdaterService {
    /**
     * @apiNote {@code GET /dn/ping}
     */
    ListenableFuture ping(AuthHeader authHeader);

    /**
     * @apiNote {@code POST /dn/disable}
     */
    ListenableFuture disable(AuthHeader authHeader, DisableNamespacesRequest request);

    /**
     * @apiNote {@code POST /dn/reenable}
     */
    ListenableFuture reenable(AuthHeader authHeader, ReenableNamespacesRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy