Uses of Class
org.apache.camel.builder.endpoint.dsl.NettyEndpointBuilderFactory.TextLineDelimiter
-
Packages that use NettyEndpointBuilderFactory.TextLineDelimiter Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of NettyEndpointBuilderFactory.TextLineDelimiter in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return NettyEndpointBuilderFactory.TextLineDelimiter Modifier and Type Method Description static NettyEndpointBuilderFactory.TextLineDelimiterNettyEndpointBuilderFactory.TextLineDelimiter. valueOf(String name)Returns the enum constant of this type with the specified name.static NettyEndpointBuilderFactory.TextLineDelimiter[]NettyEndpointBuilderFactory.TextLineDelimiter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type NettyEndpointBuilderFactory.TextLineDelimiter Modifier and Type Method Description default NettyEndpointBuilderFactory.NettyEndpointBuilderNettyEndpointBuilderFactory.NettyEndpointBuilder. delimiter(NettyEndpointBuilderFactory.TextLineDelimiter delimiter)The delimiter to use for the textline codec.default NettyEndpointBuilderFactory.NettyEndpointConsumerBuilderNettyEndpointBuilderFactory.NettyEndpointConsumerBuilder. delimiter(NettyEndpointBuilderFactory.TextLineDelimiter delimiter)The delimiter to use for the textline codec.default NettyEndpointBuilderFactory.NettyEndpointProducerBuilderNettyEndpointBuilderFactory.NettyEndpointProducerBuilder. delimiter(NettyEndpointBuilderFactory.TextLineDelimiter delimiter)The delimiter to use for the textline codec.
-