provideRemoteServiceConfig

@Provides
@Named(value = "RemoteServiceConfig")
fun provideRemoteServiceConfig(shuttle: Shuttle, errorObservable: ShuttleVisibilityObservable): ShuttleServiceConfig

Provides the ShuttleServiceConfig for com.grarcht.shuttle.demo.mvvmwithaservice.model.RemoteService, configured for IPC messenger binding with automatic rebind on unbind.