@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Bean @Documented public @interface PollableBean
Supplier<Flux<?>>
),
since by default they are treated as producers of an infinite stream.
However if such suppliers produce a finite stream they may need to be triggered again.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
splittable
Signals to the post processors of this annotation that the result produced by the
annotated
Supplier has to be split. |
public abstract boolean splittable
Supplier
has to be split. Specifics on how to split and what
to split are left to the underlying framework.Supplier
has to be split.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.