| Package | Description |
|---|---|
| org.streampipes.model.connect.adapter | |
| org.streampipes.model.connect.grounding | |
| org.streampipes.model.connect.worker |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDescription |
GenericAdapterDescription.getProtocolDescription() |
ProtocolDescription |
GenericAdapterStreamDescription.getProtocolDescription() |
ProtocolDescription |
GenericAdapterSetDescription.getProtocolDescription() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericAdapterStreamDescription.setProtocolDescription(ProtocolDescription protocolDescription) |
void |
GenericAdapterSetDescription.setProtocolDescription(ProtocolDescription protocolDescription) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolSetDescription |
class |
ProtocolStreamDescription |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolDescription> |
ProtocolDescriptionList.getList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolDescriptionList.addDesctiption(ProtocolDescription protocolDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolDescriptionList.setList(List<ProtocolDescription> list) |
| Constructor and Description |
|---|
ProtocolDescription(ProtocolDescription other) |
ProtocolSetDescription(ProtocolDescription other) |
ProtocolStreamDescription(ProtocolDescription other) |
| Constructor and Description |
|---|
ProtocolDescriptionList(List<ProtocolDescription> protocolDescriptions) |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolDescription> |
ConnectWorkerContainer.getProtocols() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectWorkerContainer.setProtocols(List<ProtocolDescription> protocols) |
| Constructor and Description |
|---|
ConnectWorkerContainer(String endpointUrl,
List<ProtocolDescription> protocols,
List<AdapterDescription> adapters) |
Copyright © 2019. All rights reserved.