Uses of Class
org.apache.camel.builder.endpoint.dsl.GangliaEndpointBuilderFactory.UDPAddressingMode
-
Packages that use GangliaEndpointBuilderFactory.UDPAddressingMode Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of GangliaEndpointBuilderFactory.UDPAddressingMode in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GangliaEndpointBuilderFactory.UDPAddressingMode Modifier and Type Method Description static GangliaEndpointBuilderFactory.UDPAddressingMode
GangliaEndpointBuilderFactory.UDPAddressingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static GangliaEndpointBuilderFactory.UDPAddressingMode[]
GangliaEndpointBuilderFactory.UDPAddressingMode. 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 GangliaEndpointBuilderFactory.UDPAddressingMode Modifier and Type Method Description default GangliaEndpointBuilderFactory.GangliaEndpointBuilder
GangliaEndpointBuilderFactory.GangliaEndpointBuilder. mode(GangliaEndpointBuilderFactory.UDPAddressingMode mode)
Send the UDP metric packets using MULTICAST or UNICAST.
-