Interface RestApiReadWrite
-
- All Superinterfaces:
OpenemsComponent
- All Known Implementing Classes:
RestApiReadWriteImpl
public interface RestApiReadWrite extends OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RestApiReadWrite.ChannelId
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringReadChannel
getApiWorkerLogChannel()
Gets the Channel forRestApiReadWrite.ChannelId.API_WORKER_LOG
.-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, debugLog, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
-
-
-
Method Detail
-
getApiWorkerLogChannel
default StringReadChannel getApiWorkerLogChannel()
Gets the Channel forRestApiReadWrite.ChannelId.API_WORKER_LOG
.- Returns:
- the Channel
-
-