Uses of Enum Class
org.apache.camel.spi.HeaderFilterStrategy.Direction
Packages that use HeaderFilterStrategy.Direction
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of HeaderFilterStrategy.Direction in org.apache.camel.spi
Subclasses with type arguments of type HeaderFilterStrategy.Direction in org.apache.camel.spiModifier and TypeClassDescriptionstatic enumThe direction is either IN or OUT.Methods in org.apache.camel.spi that return HeaderFilterStrategy.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HeaderFilterStrategy.Direction[]HeaderFilterStrategy.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.