Class SupportedBindableFeatures

java.lang.Object
org.springframework.cloud.stream.binding.SupportedBindableFeatures

public class SupportedBindableFeatures extends Object
Internal abstraction for the supported bindable features.
Since:
4.0.0
Author:
Soby Chacko
  • 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()