Uses of Interface
org.openspaces.remoting.BroadcastIndicator
Packages that use BroadcastIndicator
-
Uses of BroadcastIndicator in org.openspaces.remoting.scripting
Subinterfaces of BroadcastIndicator in org.openspaces.remoting.scriptingModifier and TypeInterfaceDescriptioninterfaceAllows to define a lazy loading script which will not send the scipt contents during the invocaiton if the scipt can be cached and compiled.interfaceA script that will be excuted.interfaceAn extension of a script to be executed which is also aware of the static parameter types.Classes in org.openspaces.remoting.scripting that implement BroadcastIndicatorModifier and TypeClassDescriptionclassA resource lazy loading script is a lazy loading script that uses Spring abstraction on top of resources on top of a resource.classA static script that uses SpringResourceandResourceLoaderto load a given script (for example, from the classpath).classA script that holds the actual script as a String.