github.com/Axway/agent-sdk@v1.1.101/pkg/apic/testdata/multiplication.thrift (about) 1 namespace java tutorial 2 namespace py tutorial 3 4 typedef i32 int // We can use typedef to get pretty names for the types we are using 5 service MultiplicationService 6 { 7 int multiply(1:int n1, 2:int n2), 8 }