public final class DynamicDestinationsBindable extends BindableAdapter
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.
|
bindInputs, bindOutputs, getInputs, unbindInputs
public Set<String> getOutputs()
Bindable
getOutputs
in interface Bindable
getOutputs
in class BindableAdapter
public void unbindOutputs(BindingService adapter)
Bindable
unbindOutputs
in interface Bindable
unbindOutputs
in class BindableAdapter
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.