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

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

package org.uberfire.commons.cluster;

public abstract class LockExecuteNotifyAsyncReleaseTemplate extends BaseLockExecuteNotifyReleaseTemplate {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy