Uses of Class
org.apache.camel.component.flink.EndpointType
-
Packages that use EndpointType Package Description org.apache.camel.component.flink -
-
Uses of EndpointType in org.apache.camel.component.flink
Methods in org.apache.camel.component.flink that return EndpointType Modifier and Type Method Description static EndpointType
EndpointType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EndpointType[]
EndpointType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.flink with parameters of type EndpointType Modifier and Type Method Description void
FlinkEndpoint. setEndpointType(EndpointType endpointType)
Type of the endpoint (dataset, datastream).Constructors in org.apache.camel.component.flink with parameters of type EndpointType Constructor Description FlinkEndpoint(String endpointUri, FlinkComponent component, EndpointType endpointType)
-