package org.springblade.modules.rabbitmq.config; public interface KeyPrefix { public int expireSeconds(); public String getPrefix(); }