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

com.bazaarvoice.emodb.event.owner.OstrichOwnerGroupFactory Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.event.owner;

import com.google.common.util.concurrent.Service;

import javax.annotation.Nullable;
import java.time.Duration;

/** Factory for {@link OwnerGroup} instances. */
public interface OstrichOwnerGroupFactory {
    
    OwnerGroup create(String group, OstrichOwnerFactory factory, @Nullable Duration expireWhenInactive);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy