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

com.palantir.atlasdb.timelock.lock.watch.UndertowConjureLockWatchingService Maven / Gradle / Ivy

package com.palantir.atlasdb.timelock.lock.watch;

import com.google.common.util.concurrent.ListenableFuture;
import com.palantir.atlasdb.timelock.api.LockWatchRequest;
import com.palantir.logsafe.Safe;
import com.palantir.tokens.auth.AuthHeader;
import javax.annotation.processing.Generated;

@Generated("com.palantir.conjure.java.services.UndertowServiceInterfaceGenerator")
public interface UndertowConjureLockWatchingService {
    /**
     * @apiNote {@code POST /lw/sw/{namespace}}
     */
    ListenableFuture startWatching(AuthHeader authHeader, @Safe String namespace, LockWatchRequest request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy