Uses of Class
io.siddhi.core.stream.ServiceDeploymentInfo.ServiceProtocol
-
Packages that use ServiceDeploymentInfo.ServiceProtocol Package Description io.siddhi.core.stream -
-
Uses of ServiceDeploymentInfo.ServiceProtocol in io.siddhi.core.stream
Methods in io.siddhi.core.stream that return ServiceDeploymentInfo.ServiceProtocol Modifier and Type Method Description ServiceDeploymentInfo.ServiceProtocolServiceDeploymentInfo. getServiceProtocol()static ServiceDeploymentInfo.ServiceProtocolServiceDeploymentInfo.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.Methods in io.siddhi.core.stream with parameters of type ServiceDeploymentInfo.ServiceProtocol Modifier and Type Method Description voidServiceDeploymentInfo. setServiceProtocol(ServiceDeploymentInfo.ServiceProtocol serviceProtocol)Constructors in io.siddhi.core.stream with parameters of type ServiceDeploymentInfo.ServiceProtocol Constructor Description ServiceDeploymentInfo(ServiceDeploymentInfo.ServiceProtocol serviceProtocol, int port, boolean secured)
-