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

org.wildfly.clustering.marshalling.protostream.util.UUIDBuilder Maven / Gradle / Ivy

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

package org.wildfly.clustering.marshalling.protostream.util;

import java.util.UUID;
import java.util.function.Supplier;

/**
 * @author Paul Ferraro
 */
public interface UUIDBuilder extends Supplier {

    UUIDBuilder setMostSignificantBits(long bits);

    UUIDBuilder setLeastSignificantBits(long bits);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy