com.bazaarvoice.emodb.event.owner.OstrichOwnerGroupFactory Maven / Gradle / Ivy
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