Uses of Interface
com.aspectran.core.activity.InstantAction
-
Packages that use InstantAction Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.embed.service Contains a variant of the service interface for embedded Aspectran. -
-
Uses of InstantAction in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type InstantAction Modifier and Type Method Description protected <V> VInstantActivitySupport. instantActivity(InstantAction<V> instantAction)<V> VActivity. perform(InstantAction<V> instantAction)Performs the given instant activity.<V> VCoreActivity. perform(InstantAction<V> instantAction)<V> VDefaultActivity. perform(InstantAction<V> instantAction)<V> VInstantActivity. perform(InstantAction<V> instantAction)<V> VNonActivity. perform(InstantAction<V> instantAction) -
Uses of InstantAction in com.aspectran.embed.service
Methods in com.aspectran.embed.service with parameters of type InstantAction Modifier and Type Method Description <V> VDefaultEmbeddedAspectran. execute(InstantAction<V> instantAction)<V> VEmbeddedAspectran. execute(InstantAction<V> instantAction)Executes an instant activity.
-