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

io.deephaven.client.DeephavenSessionRoot Maven / Gradle / Ivy

There is a newer version: 0.37.1
Show newest version
/**
 * Copyright (c) 2016-2022 Deephaven Data Labs and Patent Pending
 */
package io.deephaven.client;

import dagger.Component;
import io.deephaven.client.SessionSubcomponent.Builder;
import io.deephaven.client.SessionSubcomponent.SessionFactorySubcomponentModule;

@Component(modules = SessionFactorySubcomponentModule.class)
public interface DeephavenSessionRoot {

    Builder factoryBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy