public interface Invokable
| Modifier and Type | Method and Description |
|---|---|
void |
addAroundInvoke(String method) |
void |
addAroundTimeout(String method) |
List<AroundInvoke> |
getAroundInvoke() |
List<AroundTimeout> |
getAroundTimeout() |
List<AroundInvoke> getAroundInvoke()
void addAroundInvoke(String method)
List<AroundTimeout> getAroundTimeout()
void addAroundTimeout(String method)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.