public class DefaultBinding<T> extends Object implements Binding<T>
Binding.EnableBinding| Constructor and Description |
|---|
DefaultBinding(String name,
String group,
T target,
org.springframework.integration.endpoint.AbstractEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterUnbind() |
String |
getGroup() |
String |
getName() |
String |
toString() |
void |
unbind()
Unbinds the target component represented by this instance and stops any active components.
|
public String getName()
public String getGroup()
public final void unbind()
Bindingprotected void afterUnbind()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.