TransportRuntimeComponent.smali
.class abstract Lcom/google/android/datatransport/runtime/TransportRuntimeComponent;
.super Ljava/lang/Object;
.source "TransportRuntimeComponent.java"
# interfaces
.implements Ljava/io/Closeable;
# annotations
.annotation runtime Lcom/google/android/datatransport/runtime/dagger/Component;
modules = {
Lcom/google/android/datatransport/runtime/backends/BackendRegistryModule;,
Lcom/google/android/datatransport/runtime/scheduling/persistence/EventStoreModule;,
Lcom/google/android/datatransport/runtime/ExecutionModule;,
Lcom/google/android/datatransport/runtime/scheduling/SchedulingModule;,
Lcom/google/android/datatransport/runtime/scheduling/SchedulingConfigModule;,
Lcom/google/android/datatransport/runtime/time/TimeModule;
}
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/datatransport/runtime/TransportRuntimeComponent$Builder;
}
.end annotation
.annotation runtime Ljavax/inject/Singleton;
.end annotation
# direct methods
.method constructor <init>()V
.registers 1
.line 40
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public close()V
.registers 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 47
invoke-virtual {p0}, Lcom/google/android/datatransport/runtime/TransportRuntimeComponent;->getEventStore()Lcom/google/android/datatransport/runtime/scheduling/persistence/EventStore;
move-result-object v0
invoke-interface {v0}, Lcom/google/android/datatransport/runtime/scheduling/persistence/EventStore;->close()V
return-void
.end method
.method abstract getEventStore()Lcom/google/android/datatransport/runtime/scheduling/persistence/EventStore;
.end method
.method abstract getTransportRuntime()Lcom/google/android/datatransport/runtime/TransportRuntime;
.end method