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

org.uberfire.commons.cluster.LockExecuteNotifySyncReleaseTemplate Maven / Gradle / Ivy

package org.uberfire.commons.cluster;

public abstract class LockExecuteNotifySyncReleaseTemplate extends BaseLockExecuteNotifyReleaseTemplate {

    @Override
    public void sendMessage( final ClusterService clusterService ) {
        clusterService.broadcastAndWait( getServiceId(), getMessageType(), buildContent(), timeOut() );
    }

    public int timeOut() {
        return TIMEOUT;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy