Class SupportedBindableFeatures
java.lang.Object
org.springframework.cloud.stream.binding.SupportedBindableFeatures
Internal abstraction for the supported bindable features.
- Since:
- 4.0.0
- Author:
- Soby Chacko
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetPollable(boolean pollable) voidsetReactive(boolean reactive)
-
Constructor Details
-
SupportedBindableFeatures
public SupportedBindableFeatures()
-
-
Method Details
-
setPollable
public void setPollable(boolean pollable) -
setReactive
public void setReactive(boolean reactive) -
isPollable
public boolean isPollable() -
isReactive
public boolean isReactive()
-