Class WebDeviceRuntime

java.lang.Object
io.webdevice.wiring.WebDeviceRuntime

@Configuration
@Import(DeviceRegistrar.class)
@ComponentScan({"io.webdevice.support","io.webdevice.wiring"})
@EnableConfigurationProperties(Settings.class)
public class WebDeviceRuntime
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    WebDeviceRuntime​(Settings settings)  
  • Method Summary

    Modifier and Type Method Description
    WebDevice webDevice​(DeviceRegistry registry)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait