Uses of Enum Class
org.apache.camel.component.mllp.MllpIdleTimeoutStrategy
Packages that use MllpIdleTimeoutStrategy
-
Uses of MllpIdleTimeoutStrategy in org.apache.camel.component.mllp
Methods in org.apache.camel.component.mllp that return MllpIdleTimeoutStrategyModifier and TypeMethodDescriptionMllpConfiguration.getIdleTimeoutStrategy()static MllpIdleTimeoutStrategyReturns the enum constant of this class with the specified name.static MllpIdleTimeoutStrategy[]MllpIdleTimeoutStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.mllp with parameters of type MllpIdleTimeoutStrategyModifier and TypeMethodDescriptionvoidMllpConfiguration.setIdleTimeoutStrategy(MllpIdleTimeoutStrategy idleTimeoutStrategy) decide what action to take when idle timeout occurs.voidMllpEndpoint.setIdleTimeoutStrategy(MllpIdleTimeoutStrategy strategy)