Class DynamicDestinationsBindable
- java.lang.Object
-
- org.springframework.cloud.stream.binding.DynamicDestinationsBindable
-
-
Constructor Summary
Constructors Constructor Description DynamicDestinationsBindable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOutputBinding(String name, Binding<?> binding)Set<String>getOutputs()Enumerates all the output binding names.voidunbindOutputs(BindingService adapter)Unbinds all the outputs associated with this instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.cloud.stream.binding.Bindable
createAndBindInputs, createAndBindOutputs, getInputs, unbindInputs
-
-
-
-
Method Detail
-
getOutputs
public Set<String> getOutputs()
Description copied from interface:BindableEnumerates all the output binding names.- Specified by:
getOutputsin interfaceBindable- Returns:
- output binding names
-
unbindOutputs
public void unbindOutputs(BindingService adapter)
Description copied from interface:BindableUnbinds all the outputs associated with this instance.- Specified by:
unbindOutputsin interfaceBindable- Parameters:
adapter- binding service
-
-