Package dev.enola.core.thing
Interface ThingConnector
- All Known Implementing Classes:
ProtoEnumValueToThingConnector,ProtoFieldToThingConnector,ProtoMessageToThingConnector,ProtoToThingConnector
public interface ThingConnector
API for in-process Thing "connectors".
This is the internal equivalent of the gRPC ConnectorService.
-
Method Details
-
iri
-
augment
void augment(Things.Builder thingsBuilder, String iri, Map<String, String> parameters) throws UncheckedIOException, ConversionException -
getDescriptors
- Throws:
EnolaException
-