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

import com.yahoo.messagebus.routing.RoutingPolicy;

/**
 * @author thomasg
 */
public interface DocumentProtocolRoutingPolicy extends RoutingPolicy { }