ManageableLifecycle.@Deprecated
@IntegrationManagedResource
public class ManagedEndpoint
extends java.lang.Object
implements org.springframework.context.Lifecycle
AbstractEndpoint that exposes a management interface.| Constructor and Description |
|---|
ManagedEndpoint(org.springframework.integration.endpoint.AbstractEndpoint delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning()
Deprecated.
|
void |
start()
Deprecated.
|
void |
stop()
Deprecated.
|
public ManagedEndpoint(org.springframework.integration.endpoint.AbstractEndpoint delegate)
@ManagedAttribute public final boolean isRunning()
isRunning in interface org.springframework.context.Lifecycle@ManagedOperation public final void start()
start in interface org.springframework.context.Lifecycle@ManagedOperation public final void stop()
stop in interface org.springframework.context.Lifecycle