Class HookAsynchronous
java.lang.Object
edu.internet2.middleware.grouper.hooks.logic.HookAsynchronous
class to facilitate asynchronous hooks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
callbackAsynchronous
(HooksContext hooksContext, HooksBean hooksBean, HookAsynchronousHandler hookAsynchronousHandler) use this to make an asynchronous hook implementation
-
Constructor Details
-
HookAsynchronous
public HookAsynchronous()
-
-
Method Details
-
callbackAsynchronous
public static void callbackAsynchronous(HooksContext hooksContext, HooksBean hooksBean, HookAsynchronousHandler hookAsynchronousHandler) use this to make an asynchronous hook implementation- Parameters:
hooksContext
-hooksBean
-hookAsynchronousHandler
-
-