public class ServiceContextCallbackUtil extends Object
Constructor and Description |
---|
ServiceContextCallbackUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
registerPopCallback(String name,
Callable<?> callable) |
static void |
registerPushCallback(String name,
Callable<?> callable) |
static void |
runPopCallbacks() |
static void |
runPushCallbacks() |
static Callable<?> |
unRegisterPopCallback(String name) |
static Callable<?> |
unRegisterPushCallback(String name) |