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
Subclasses with type arguments of type Breakpoint.State in org.apache.camel.spiModifier and TypeClassDescriptionstatic enumState of the breakpoint as either active or suspended.Methods in org.apache.camel.spi that return Breakpoint.StateModifier and TypeMethodDescriptionBreakpoint.getState()Gets the state of this breakstatic Breakpoint.StateReturns 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.