| Package | Description |
|---|---|
| io.siddhi.core.stream |
| Modifier and Type | Method and Description |
|---|---|
ServiceDeploymentInfo.ServiceProtocol |
ServiceDeploymentInfo.getServiceProtocol() |
static ServiceDeploymentInfo.ServiceProtocol |
ServiceDeploymentInfo.ServiceProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceDeploymentInfo.ServiceProtocol[] |
ServiceDeploymentInfo.ServiceProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDeploymentInfo.setServiceProtocol(ServiceDeploymentInfo.ServiceProtocol serviceProtocol) |
| Constructor and Description |
|---|
ServiceDeploymentInfo(ServiceDeploymentInfo.ServiceProtocol serviceProtocol,
int port,
boolean secured) |
Copyright © 2022. All rights reserved.