Class BoundTargetHolder

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

public final class BoundTargetHolder extends Object
Holds information about the binding targets exposed by the interface proxy, as well as their status. Refactored from BindableProxyFactory.
Since:
3.0.0
Author:
Original authors in BindableProxyFactory, Soby Chacko
  • Constructor Details

    • BoundTargetHolder

      public BoundTargetHolder(Object boundTarget, boolean bindable)
  • Method Details

    • getBoundTarget

      public Object getBoundTarget()
    • isBindable

      public boolean isBindable()