Uses of Class
org.apache.camel.component.mllp.MllpIdleTimeoutStrategy
-
Packages that use MllpIdleTimeoutStrategy Package Description org.apache.camel.component.mllp -
-
Uses of MllpIdleTimeoutStrategy in org.apache.camel.component.mllp
Methods in org.apache.camel.component.mllp that return MllpIdleTimeoutStrategy Modifier and Type Method Description MllpIdleTimeoutStrategyMllpConfiguration. getIdleTimeoutStrategy()static MllpIdleTimeoutStrategyMllpIdleTimeoutStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static MllpIdleTimeoutStrategy[]MllpIdleTimeoutStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.mllp with parameters of type MllpIdleTimeoutStrategy Modifier and Type Method Description voidMllpConfiguration. setIdleTimeoutStrategy(MllpIdleTimeoutStrategy idleTimeoutStrategy)decide what action to take when idle timeout occurs.voidMllpEndpoint. setIdleTimeoutStrategy(MllpIdleTimeoutStrategy strategy)
-