Package org.apache.ignite.compute
Interface ComputeTaskSessionAttributeListener
-
- All Superinterfaces:
EventListener
public interface ComputeTaskSessionAttributeListener extends EventListener
This interface defines listener for task session attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAttributeSet(Object key, Object val)
Called on attribute change (set or update).
-