Package com.hazelcast.security
Interface SecureCallable<V>
-
- All Superinterfaces:
java.util.concurrent.Callable<V>
,HazelcastInstanceAware
,com.hazelcast.internal.services.NodeAware
,java.io.Serializable
public interface SecureCallable<V> extends java.util.concurrent.Callable<V>, java.io.Serializable, HazelcastInstanceAware, com.hazelcast.internal.services.NodeAware
A secure callable that runs in a sandbox.
-
-
Method Summary
-
Methods inherited from interface com.hazelcast.core.HazelcastInstanceAware
setHazelcastInstance
-
-