Merge "Bug 1293 - Switch packaging of config-util to bundle"
[controller.git] / opendaylight / md-sal / sal-protocolbuffer-encoding / src / main / resources / ShardTransactionChain.proto
1 package org.opendaylight.controller.mdsal;
2
3 option java_package = "org.opendaylight.controller.protobuff.messages.transaction";
4 option java_outer_classname = "ShardTransactionChainMessages";
5
6 message CloseTransactionChain {
7
8 }
9
10 message CloseTransactionChainReply{
11
12
13 }
14
15 message CreateTransactionChain {
16
17 }
18
19 message CreateTransactionChainReply{
20 required string transactionChainPath = 1;
21
22 }
23