public interface RedisListener
| Modifier and Type | Field and Description |
|---|---|
static String |
REGISTER
The constant REGISTER.
|
static String |
UN_REGISTER
The constant UN_REGISTER.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(String event)
use for redis event
|
static final String REGISTER
static final String UN_REGISTER
void onEvent(String event)
event - the eventCopyright © 2023 Seata. All rights reserved.