Uses of Enum Class
org.apache.camel.component.flink.EndpointType
Packages that use EndpointType
-
Uses of EndpointType in org.apache.camel.component.flink
Methods in org.apache.camel.component.flink that return EndpointTypeModifier and TypeMethodDescriptionstatic EndpointTypeReturns the enum constant of this class with the specified name.static EndpointType[]EndpointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.flink with parameters of type EndpointTypeModifier and TypeMethodDescriptionvoidFlinkEndpoint.setEndpointType(EndpointType endpointType) Type of the endpoint (dataset, datastream).Constructors in org.apache.camel.component.flink with parameters of type EndpointTypeModifierConstructorDescriptionFlinkEndpoint(String endpointUri, FlinkComponent component, EndpointType endpointType)