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

io.dataspray.runner.RawCoordinator Maven / Gradle / Ivy

There is a newer version: 0.0.14
Show newest version
// SPDX-FileCopyrightText: 2019-2022 Matus Faro 
// SPDX-License-Identifier: Apache-2.0
package io.dataspray.runner;

import jakarta.annotation.Nullable;
import software.amazon.awssdk.services.dynamodb.DynamoDbClient;

import java.time.Duration;

public interface RawCoordinator {

    void send(String messageKey, byte[] data, StoreType storeType, String storeName, String streamName, @Nullable String messageId);

    StateManager getStateManager(String[] key, @Nullable Duration ttl);

    DynamoDbClient getDynamoClient();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy