Comment on usage of name

This commit is contained in:
yo000 2025-02-09 18:41:57 +01:00
parent 601e0730a2
commit 5dcd438e73

View File

@ -56,6 +56,7 @@ import reactor.util.annotation.Nullable;
public class RedisLookupDataAdapter extends LookupDataAdapter {
private static final Logger LOG = LoggerFactory.getLogger(RedisLookupDataAdapter.class);
// Should be same as lookupTableAdapters type in index.jsx
public static final String NAME = "RedisLookup";
private static final Duration REFRESH_INTERVAL_DURATION = Duration.ZERO;