@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 © 2018 Pivotal Software, Inc.. All rights reserved.