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 IMethodSelectorContext
public boolean isStopped()
isStopped
in interface IMethodSelectorContext
public void setStopped(boolean stopped)
IMethodSelectorContext
setStopped
in interface IMethodSelectorContext
Copyright © 2018. All rights reserved.