Package | Description |
---|---|
org.apache.camel.component.mllp |
Modifier and Type | Method and Description |
---|---|
MllpIdleTimeoutStrategy |
MllpConfiguration.getIdleTimeoutStrategy() |
static MllpIdleTimeoutStrategy |
MllpIdleTimeoutStrategy.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.
|
Modifier and Type | Method and Description |
---|---|
void |
MllpEndpoint.setIdleTimeoutStrategy(MllpIdleTimeoutStrategy idleTimeoutStrategy) |
void |
MllpConfiguration.setIdleTimeoutStrategy(MllpIdleTimeoutStrategy idleTimeoutStrategy)
decide what action to take when idle timeout occurs.
|
Apache Camel