@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented @Bean @Qualifier public @interface StreamRetryTemplate
RetryTemplate to be used by the binder. This
annotation is also a @Bean to simplify configuration (see below)
@StreamRetryTemplate
public RetryTemplate myRetryTemplate() {
return new RetryTemplate();
}
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.