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 java.util.concurrent.Callable

        call
      • Methods inherited from interface com.hazelcast.internal.services.NodeAware

        setNode