org.wildfly.clustering.ejb.cache.timer.RemappableTimerMetaDataEntry Maven / Gradle / Ivy
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.ejb.cache.timer;
import java.time.Duration;
import java.util.function.Supplier;
import org.wildfly.clustering.cache.function.Remappable;
import org.wildfly.clustering.server.offset.Offset;
/**
* @author Paul Ferraro
* @param the timer context type
*/
public interface RemappableTimerMetaDataEntry extends TimerMetaDataEntry, Remappable, Supplier>> {
}