Uses of Interface
com.tangosol.net.InvocationObserver
-
Packages that use InvocationObserver Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of InvocationObserver in com.tangosol.net
Methods in com.tangosol.net with parameters of type InvocationObserver Modifier and Type Method Description void
InvocationService. execute(Invocable task, Set setMembers, InvocationObserver observer)
Asynchronously invoke the specified task on each of the specified members.void
WrapperInvocationService. execute(Invocable task, Set setMembers, InvocationObserver observer)
Asynchronously invoke the specified task on each of the specified members.
-