public class DefaultMethodSelectorContext extends Object implements IMethodSelectorContext
| Constructor and Description |
|---|
DefaultMethodSelectorContext() |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,Object> |
getUserData() |
boolean |
isStopped() |
void |
setStopped(boolean stopped)
Indicate that no other Method Selectors should be invoked after the
current one if stopped is false.
|
public Map<Object,Object> getUserData()
getUserData in interface IMethodSelectorContextpublic boolean isStopped()
isStopped in interface IMethodSelectorContextpublic void setStopped(boolean stopped)
IMethodSelectorContextsetStopped in interface IMethodSelectorContextCopyright © 2024. All rights reserved.