Package ch.rswk.meta.engine.test.dagger
Interface WatchdogServiceTestComponent.Builder
- Enclosing interface:
WatchdogServiceTestComponent
@Builder
public static interface WatchdogServiceTestComponent.Builder
-
Method Summary
-
Method Details
-
build
WatchdogServiceTestComponent build() -
fileConfig
@BindsInstance WatchdogServiceTestComponent.Builder fileConfig(FileService.FileServiceConfig config) -
httpConfig
@BindsInstance WatchdogServiceTestComponent.Builder httpConfig(HttpService.HttpServiceConfig config) -
metaConfig
@BindsInstance WatchdogServiceTestComponent.Builder metaConfig(MetaService.MetaServiceConfig config) -
runtimeConfig
@BindsInstance WatchdogServiceTestComponent.Builder runtimeConfig(EngineRuntime.EngineRuntimeConfig config) -
userConfig
@BindsInstance WatchdogServiceTestComponent.Builder userConfig(UserService.UserServiceConfig config) -
watchdogConfig
@BindsInstance WatchdogServiceTestComponent.Builder watchdogConfig(WatchdogService.WatchdogServiceConfig config)
-