public final class DynamicDestinationsBindable extends Object implements Bindable
BindableAdapter
that stores the dynamic destination names and handles their
unbinding.
This class is not thread-safe.Constructor and Description |
---|
DynamicDestinationsBindable() |
Modifier and Type | Method and Description |
---|---|
void |
addOutputBinding(String name,
Binding<?> binding) |
Set<String> |
getOutputs()
Enumerates all the output binding names.
|
void |
unbindOutputs(BindingService adapter)
Unbinds all the outputs associated with this instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bindInputs, bindOutputs, getInputs, unbindInputs
public Set<String> getOutputs()
Bindable
getOutputs
in interface Bindable
public void unbindOutputs(BindingService adapter)
Bindable
unbindOutputs
in interface Bindable
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.