Uses of Class
org.apache.camel.builder.endpoint.dsl.KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum
-
Packages that use KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum Modifier and Type Method Description static KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum
KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum[]
KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum Modifier and Type Method Description default KinesisEndpointBuilderFactory.KinesisEndpointConsumerBuilder
KinesisEndpointBuilderFactory.KinesisEndpointConsumerBuilder. shardClosed(KinesisEndpointBuilderFactory.KinesisShardClosedStrategyEnum shardClosed)
Define what will be the behavior in case of shard closed.
-