io.deephaven.client.DeephavenSessionRoot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-java-client-session-dagger Show documentation
Show all versions of deephaven-java-client-session-dagger Show documentation
The Deephaven client session dagger library
/**
* 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