All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerCommand Maven / Gradle / Ivy

/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.wildfly.clustering.server.infinispan.scheduler;

import org.wildfly.clustering.server.dispatcher.Command;

/**
 * A command intended to be sent to the primary owner of a given cache entry.
 * @author Paul Ferraro
 * @param  the scheduled object identifier type
 * @param  the scheduled object metadata type
 * @param  the command return type
 */
public interface PrimaryOwnerCommand extends Command, RuntimeException> {

	I getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy