Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Feb 14, 2024
1 parent 294b0e5 commit d9949df
Show file tree
Hide file tree
Showing 91 changed files with 865 additions and 850 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ public void register(String uri, String messageName, AvroConsumer consumer) thro
}

/**
* Calls unregister of consumer by the appropriate message name.
* In case if all consumers are unregistered, then it removes responder from the registry.
* Calls unregister of consumer by the appropriate message name. In case if all consumers are unregistered, then it
* removes responder from the registry.
*
* @param uri URI of the endpoint without message name
* @param messageName message name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ public boolean isReflectionProtocol() {
}

/**
* If the protocol object provided is reflection protocol.
* Should be used only with protocol parameter because for protocolClassName protocol type will be auto-detected
* If the protocol object provided is reflection protocol. Should be used only with protocol parameter because for
* protocolClassName protocol type will be auto-detected
*/
public void setReflectionProtocol(boolean isReflectionProtocol) {
this.reflectionProtocol = isReflectionProtocol;
Expand All @@ -194,8 +194,8 @@ public boolean isSingleParameter() {
}

/**
* If true, consumer parameter won't be wrapped into an array.
* Will fail if protocol specifies more than one parameter for the message
* If true, consumer parameter won't be wrapped into an array. Will fail if protocol specifies more than one
* parameter for the message
*/
public void setSingleParameter(boolean singleParameter) {
this.singleParameter = singleParameter;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down Expand Up @@ -240,8 +240,8 @@ public boolean isUseSessionCredentials() {
}

/**
* Set whether the Config client should expect to use Session Credentials. This is useful in a situation in which the
* user needs to assume an IAM role for doing operations in Config.
* Set whether the Config client should expect to use Session Credentials. This is useful in a situation in which
* the user needs to assume an IAM role for doing operations in Config.
*/
public void setUseSessionCredentials(boolean useSessionCredentials) {
this.useSessionCredentials = useSessionCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ public String getRegion() {

/**
* The region in which a Secrets Manager client needs to work. When using this parameter, the configuration will
* expect the lowercase name of the region (for example, ap-east-1) You'll need to use the name Region.EU_WEST_1.id()
* expect the lowercase name of the region (for example, ap-east-1) You'll need to use the name
* Region.EU_WEST_1.id()
*/
public void setRegion(String region) {
this.region = region;
Expand Down Expand Up @@ -200,8 +201,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ public boolean isUseSessionCredentials() {
}

/**
* Set whether the Athena client should expect to use Session Credentials. This is useful in a situation in which the
* user needs to assume a IAM role for doing operations in Athena.
* Set whether the Athena client should expect to use Session Credentials. This is useful in a situation in which
* the user needs to assume a IAM role for doing operations in Athena.
*/
public void setUseSessionCredentials(boolean useSessionCredentials) {
this.useSessionCredentials = useSessionCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down Expand Up @@ -278,8 +278,8 @@ public boolean isUseSessionCredentials() {
}

/**
* Set whether the CloudWatch client should expect to use Session Credentials. This is useful in a situation in which
* the user needs to assume an IAM role for doing operations in CloudWatch.
* Set whether the CloudWatch client should expect to use Session Credentials. This is useful in a situation in
* which the user needs to assume an IAM role for doing operations in CloudWatch.
*/
public void setUseSessionCredentials(boolean useSessionCredentials) {
this.useSessionCredentials = useSessionCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ public String getRegion() {
}

/**
* The region in which the Eventbridge client needs to work. When using this parameter, the configuration will expect
* the lowercase name of the region (for example, ap-east-1) You'll need to use the name Region.EU_WEST_1.id()
* The region in which the Eventbridge client needs to work. When using this parameter, the configuration will
* expect the lowercase name of the region (for example, ap-east-1) You'll need to use the name
* Region.EU_WEST_1.id()
*/
public void setRegion(String region) {
this.region = region;
Expand Down Expand Up @@ -216,8 +217,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down Expand Up @@ -262,8 +263,8 @@ public boolean isUseSessionCredentials() {
}

/**
* Set whether the Eventbridge client should expect to use Session Credentials. This is useful in a situation in which
* the user needs to assume an IAM role for doing operations in Eventbridge.
* Set whether the Eventbridge client should expect to use Session Credentials. This is useful in a situation in
* which the user needs to assume an IAM role for doing operations in Eventbridge.
*/
public void setUseSessionCredentials(boolean useSessionCredentials) {
this.useSessionCredentials = useSessionCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down Expand Up @@ -235,8 +235,8 @@ public boolean isUseSessionCredentials() {
}

/**
* Set whether the Lambda client should expect to use Session Credentials. This is useful in a situation in which the
* user needs to assume an IAM role for doing operations in Lambda.
* Set whether the Lambda client should expect to use Session Credentials. This is useful in a situation in which
* the user needs to assume an IAM role for doing operations in Lambda.
*/
public void setUseSessionCredentials(boolean useSessionCredentials) {
this.useSessionCredentials = useSessionCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down Expand Up @@ -241,8 +241,8 @@ public boolean isUseSessionCredentials() {
}

/**
* Set whether the MQ client should expect to use Session Credentials. This is useful in a situation in which the user
* needs to assume an IAM role for doing operations in MQ.
* Set whether the MQ client should expect to use Session Credentials. This is useful in a situation in which the
* user needs to assume an IAM role for doing operations in MQ.
*/
public void setUseSessionCredentials(boolean useSessionCredentials) {
this.useSessionCredentials = useSessionCredentials;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ public boolean isMultiPartUpload() {
}

/**
* If it is true, camel will upload the file with multipart format. The part size is decided by the partSize
* option.
* If it is true, camel will upload the file with multipart format. The part size is decided by the partSize option.
*
* Camel will only do multipart uploads for files that are larger than the part-size thresholds. Files that are
* smaller will be uploaded in a single operation.
Expand Down Expand Up @@ -298,10 +297,10 @@ public void setRegion(String region) {
/**
* If it is true, the S3Object exchange will be consumed and put into the body and closed. If false, the S3Object
* stream will be put raw into the body and the headers will be set with the S3 object metadata. This option is
* strongly related to the autocloseBody option. In case of setting includeBody to true because the S3Object stream will
* be consumed then it will also be closed, while in case of includeBody false then it will be up to the caller to
* close the S3Object stream. However, setting autocloseBody to true when includeBody is false it will schedule to
* close the S3Object stream automatically on exchange completion.
* strongly related to the autocloseBody option. In case of setting includeBody to true because the S3Object stream
* will be consumed then it will also be closed, while in case of includeBody false then it will be up to the caller
* to close the S3Object stream. However, setting autocloseBody to true when includeBody is false it will schedule
* to close the S3Object stream automatically on exchange completion.
*/
public void setIncludeBody(boolean includeBody) {
this.includeBody = includeBody;
Expand All @@ -328,8 +327,8 @@ public boolean isDeleteAfterRead() {
}

/**
* Delete objects from S3 after they have been retrieved. The deleting is only performed if the Exchange is committed.
* If a rollback occurs, the object is not deleted.
* Delete objects from S3 after they have been retrieved. The deleting is only performed if the Exchange is
* committed. If a rollback occurs, the object is not deleted.
* <p/>
* If this option is false, then the same objects will be retrieved over and over again in the polls. Therefore, you
* need to use the Idempotent Consumer EIP in the route to filter out duplicates. You can filter using the
Expand All @@ -345,9 +344,9 @@ public boolean isMoveAfterRead() {
}

/**
* Move objects from S3 bucket to a different bucket after they have been retrieved. To accomplish the operation, the
* destinationBucket option must be set. The copy bucket operation is only performed if the Exchange is committed.
* If a rollback occurs, the object is not moved.
* Move objects from S3 bucket to a different bucket after they have been retrieved. To accomplish the operation,
* the destinationBucket option must be set. The copy bucket operation is only performed if the Exchange is
* committed. If a rollback occurs, the object is not moved.
*/
public void setMoveAfterRead(boolean moveAfterRead) {
this.moveAfterRead = moveAfterRead;
Expand Down Expand Up @@ -581,8 +580,8 @@ public boolean isUseSessionCredentials() {
}

/**
* Set whether the S3 client should expect to use Session Credentials. This is useful in a situation in which the user
* needs to assume an IAM role for doing operations in S3.
* Set whether the S3 client should expect to use Session Credentials. This is useful in a situation in which the
* user needs to assume an IAM role for doing operations in S3.
*/
public void setUseSessionCredentials(boolean useSessionCredentials) {
this.useSessionCredentials = useSessionCredentials;
Expand Down Expand Up @@ -616,8 +615,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ public void setProfileCredentialsName(String profileCredentialsName) {
}

/**
* Only for FIFO Topic. Strategy for setting the messageGroupId on the message. It can be one of the following options:
* *useConstant*, *useExchangeId*, *usePropertyValue*. For the *usePropertyValue* option, the value of property
* "CamelAwsMessageGroupId" will be used.
* Only for FIFO Topic. Strategy for setting the messageGroupId on the message. It can be one of the following
* options: *useConstant*, *useExchangeId*, *usePropertyValue*. For the *usePropertyValue* option, the value of
* property "CamelAwsMessageGroupId" will be used.
*/
public void setMessageGroupIdStrategy(String strategy) {
if ("useConstant".equalsIgnoreCase(strategy)) {
Expand All @@ -374,9 +374,9 @@ public MessageDeduplicationIdStrategy getMessageDeduplicationIdStrategy() {
}

/**
* Only for FIFO Topic. Strategy for setting the messageDeduplicationId on the message. It can be one of the following
* options: *useExchangeId*, *useContentBasedDeduplication*. For the *useContentBasedDeduplication* option, no
* messageDeduplicationId will be set on the message.
* Only for FIFO Topic. Strategy for setting the messageDeduplicationId on the message. It can be one of the
* following options: *useExchangeId*, *useContentBasedDeduplication*. For the *useContentBasedDeduplication*
* option, no messageDeduplicationId will be set on the message.
*/
public void setMessageDeduplicationIdStrategy(String strategy) {
if ("useExchangeId".equalsIgnoreCase(strategy)) {
Expand All @@ -397,8 +397,8 @@ public boolean isOverrideEndpoint() {
}

/**
* Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride
* option
* Set the need for overriding the endpoint. This option needs to be used in combination with the
* uriEndpointOverride option
*/
public void setOverrideEndpoint(boolean overrideEndpoint) {
this.overrideEndpoint = overrideEndpoint;
Expand Down
Loading

0 comments on commit d9949df

Please sign in to comment.