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