Uses of Class
org.kie.camel.embedded.component.KieEmbeddedEndpoint.Action
-
Packages that use KieEmbeddedEndpoint.Action Package Description org.kie.camel.embedded.component -
-
Uses of KieEmbeddedEndpoint.Action in org.kie.camel.embedded.component
Methods in org.kie.camel.embedded.component that return KieEmbeddedEndpoint.Action Modifier and Type Method Description KieEmbeddedEndpoint.ActionKieEmbeddedEndpoint. getAction()static KieEmbeddedEndpoint.ActionKieEmbeddedEndpoint.Action. resolveAction(String id)static KieEmbeddedEndpoint.ActionKieEmbeddedEndpoint.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static KieEmbeddedEndpoint.Action[]KieEmbeddedEndpoint.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.camel.embedded.component with parameters of type KieEmbeddedEndpoint.Action Modifier and Type Method Description voidKieEmbeddedEndpoint. setAction(KieEmbeddedEndpoint.Action action)
-