Uses of Class
org.wso2.siddhi.parser.core.util.TransportStrategy
-
Packages that use TransportStrategy Package Description org.wso2.siddhi.parser.core.topology org.wso2.siddhi.parser.core.util -
-
Uses of TransportStrategy in org.wso2.siddhi.parser.core.topology
Methods in org.wso2.siddhi.parser.core.topology that return TransportStrategy Modifier and Type Method Description TransportStrategyPublishingStrategyDataHolder. getStrategy()TransportStrategySubscriptionStrategyDataHolder. getStrategy()Constructors in org.wso2.siddhi.parser.core.topology with parameters of type TransportStrategy Constructor Description PublishingStrategyDataHolder(TransportStrategy strategy, int parallelism)PublishingStrategyDataHolder(TransportStrategy strategy, String groupingField, int parallelism)SubscriptionStrategyDataHolder(int offeredParallelism, TransportStrategy strategy, String partitionKey) -
Uses of TransportStrategy in org.wso2.siddhi.parser.core.util
Methods in org.wso2.siddhi.parser.core.util that return TransportStrategy Modifier and Type Method Description static TransportStrategyTransportStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static TransportStrategy[]TransportStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-