Comment on usage of name
This commit is contained in:
parent
601e0730a2
commit
5dcd438e73
@ -56,6 +56,7 @@ import reactor.util.annotation.Nullable;
|
|||||||
public class RedisLookupDataAdapter extends LookupDataAdapter {
|
public class RedisLookupDataAdapter extends LookupDataAdapter {
|
||||||
private static final Logger LOG = LoggerFactory.getLogger(RedisLookupDataAdapter.class);
|
private static final Logger LOG = LoggerFactory.getLogger(RedisLookupDataAdapter.class);
|
||||||
|
|
||||||
|
// Should be same as lookupTableAdapters type in index.jsx
|
||||||
public static final String NAME = "RedisLookup";
|
public static final String NAME = "RedisLookup";
|
||||||
|
|
||||||
private static final Duration REFRESH_INTERVAL_DURATION = Duration.ZERO;
|
private static final Duration REFRESH_INTERVAL_DURATION = Duration.ZERO;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user