blob: 0a6f1640cd7d49113c570be4ae1cb4968a8188f2 [file] [log] [blame]
package org.onosproject.incubator.store.resource.impl;
import org.onosproject.store.cluster.messaging.MessageSubject;
public final class LabelResourceMessageSubjects {
private LabelResourceMessageSubjects() {
}
public static final MessageSubject LABEL_POOL_CREATED
= new MessageSubject("label-resource-pool-created");
public static final MessageSubject LABEL_POOL_DESTROYED
= new MessageSubject("label-resource-pool-destroyed");
public static final MessageSubject LABEL_POOL_APPLY
= new MessageSubject("label-resource-pool-apply");
public static final MessageSubject LABEL_POOL_RELEASE
= new MessageSubject("label-resource-pool-release");
}