| Package | Description |
|---|---|
| io.siddhi.core.stream.input.source | |
| io.siddhi.core.stream.output.sink | |
| io.siddhi.core.util.transport |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ServiceDeploymentInfo |
Source.exposeServiceDeploymentInfo()
Give information to the deployment about the service exposed by the sink.
|
protected ServiceDeploymentInfo |
InMemorySource.exposeServiceDeploymentInfo() |
ServiceDeploymentInfo |
Source.getServiceDeploymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ServiceDeploymentInfo |
Sink.exposeServiceDeploymentInfo()
Give information to the deployment about the service exposed by the sink.
|
protected ServiceDeploymentInfo |
LogSink.exposeServiceDeploymentInfo() |
protected ServiceDeploymentInfo |
InMemorySink.exposeServiceDeploymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDeploymentInfo> |
Sink.getServiceDeploymentInfoList() |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceDeploymentInfo |
SingleClientDistributedSink.exposeServiceDeploymentInfo() |
protected ServiceDeploymentInfo |
MultiClientDistributedSink.exposeServiceDeploymentInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDeploymentInfo> |
SingleClientDistributedSink.getServiceDeploymentInfoList() |
List<ServiceDeploymentInfo> |
MultiClientDistributedSink.getServiceDeploymentInfoList() |
Copyright © 2022. All rights reserved.