Uses of Class
org.kie.server.services.api.SupportedTransports
-
Packages that use SupportedTransports Package Description org.kie.server.services.api org.kie.server.services.impl -
-
Uses of SupportedTransports in org.kie.server.services.api
Methods in org.kie.server.services.api that return SupportedTransports Modifier and Type Method Description static SupportedTransportsSupportedTransports. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedTransports[]SupportedTransports. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.server.services.api with parameters of type SupportedTransports Modifier and Type Method Description Collection<Object>KieServerApplicationComponentsService. getAppComponents(String extension, SupportedTransports type, Object... services)List<Object>KieServerExtension. getAppComponents(SupportedTransports type) -
Uses of SupportedTransports in org.kie.server.services.impl
Methods in org.kie.server.services.impl with parameters of type SupportedTransports Modifier and Type Method Description List<Object>KieServerContainerExtension. getAppComponents(SupportedTransports type)
-