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

com.azure.cosmos.implementation.changefeed.Bootstrapper Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.cosmos.implementation.changefeed;

import reactor.core.publisher.Mono;

/**
 * Bootstrapping interface.
 */
public interface Bootstrapper {
    /**
     * It initializes the bootstrapping.
     *
     * @return a deferred computation of this call.
     */
    Mono initialize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy