aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/main/java/com/yahoo/documentapi/SubscriptionParameters.java
blob: 651050e9d9cdbc3e4b6d8e5f84988570e4d215fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.documentapi;

/**
 * Parameters for creating or opening a visitor session
 *
 * @author bratseth
 */
public class SubscriptionParameters extends Parameters {
}