Uses of Enum Class
org.apache.camel.spi.Breakpoint.State
Packages that use Breakpoint.State
Package
Description
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Breakpoint.State in org.apache.camel.spi
Methods in org.apache.camel.spi that return Breakpoint.StateModifier and TypeMethodDescriptionBreakpoint.getState()
Gets the state of this breakstatic Breakpoint.State
Returns the enum constant of this class with the specified name.static Breakpoint.State[]
Breakpoint.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.