Package nl.basjes.sunspec.graphql
Class SunSpecGraphQLApplication
-
- All Implemented Interfaces:
@SpringBootApplication(scanBasePackages = {"nl.basjes.sunspec.graphql", "nl.basjes.modbus.graphql"}) public final class SunSpecGraphQLApplication
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermodbusUnit
-
Constructor Summary
Constructors Constructor Description SunSpecGraphQLApplication()
-
Method Summary
Modifier and Type Method Description final IntegergetModbusUnit()final SchemaDeviceschemaDevice()-
-
Method Detail
-
getModbusUnit
final Integer getModbusUnit()
-
schemaDevice
@Bean() final SchemaDevice schemaDevice()
-
-
-
-