public static class BindingService.LateBinding<T> extends Object implements Binding<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getBindingName()
Returns the name of the target for this binding (i.e., channel name).
|
String |
getError() |
Map<String,Object> |
getExtendedInfo() |
String |
getName()
Returns the name of the destination for this binding.
|
boolean |
isInput()
Returns boolean flag representing this binding's type.
|
void |
setDelegate(Binding<T> delegate) |
String |
toString() |
void |
unbind()
Unbinds the target component represented by this instance and stops any active
components.
|
public void unbind()
Bindingpublic String getName()
Bindingpublic String getBindingName()
BindinggetBindingName in interface Binding<T>public String getError()
public Map<String,Object> getExtendedInfo()
getExtendedInfo in interface Binding<T>public boolean isInput()
BindingCopyright © 2020 Pivotal Software, Inc.. All rights reserved.